You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/11/30 07:39:22 UTC

[camel] branch master updated (cda6e35 -> ee7139f)

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from cda6e35  Sync deps
     new a0c1653  Upgrade Json Schema Validator to version 1.0.45
     new ee7139f  Sync deps

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 camel-dependencies/pom.xml | 2 +-
 parent/pom.xml             | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


[camel] 01/02: Upgrade Json Schema Validator to version 1.0.45

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit a0c1653279ed5b0e81addf992cabaae232e0b00d
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Nov 30 08:33:10 2020 +0100

    Upgrade Json Schema Validator to version 1.0.45
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index ec65c6d..9042c64 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -424,7 +424,7 @@
         <netty3-version>3.10.6.Final</netty3-version>
         <netty-version>4.1.54.Final</netty-version>
         <netty-reactive-streams-version>2.0.4</netty-reactive-streams-version>
-        <networknt-json-schema-validator-version>1.0.44</networknt-json-schema-validator-version>
+        <networknt-json-schema-validator-version>1.0.45</networknt-json-schema-validator-version>
         <nimbus-jose-jwt>8.9</nimbus-jose-jwt>
         <nitrite-version>3.4.2</nitrite-version>
         <!-- should be in-sync with deltaspike -->


[camel] 02/02: Sync deps

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit ee7139f8bbdc6cbcd14293cb9fb902c591b81f75
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Nov 30 08:34:52 2020 +0100

    Sync deps
---
 camel-dependencies/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index 9064bfb..ac24247 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -437,7 +437,7 @@
     <netty-reactive-streams-version>2.0.4</netty-reactive-streams-version>
     <netty-version>4.1.54.Final</netty-version>
     <netty3-version>3.10.6.Final</netty3-version>
-    <networknt-json-schema-validator-version>1.0.44</networknt-json-schema-validator-version>
+    <networknt-json-schema-validator-version>1.0.45</networknt-json-schema-validator-version>
     <nimbus-jose-jwt>8.9</nimbus-jose-jwt>
     <nitrite-version>3.4.2</nitrite-version>
     <nsq-client-version>1.0.0.RC4</nsq-client-version>