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 2021/11/26 12:57:24 UTC

[camel] branch main updated (b3a06cfa -> b4a6a20)

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

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


    from b3a06cfa CAMEL-17237: Remove com.google.code.findbugs from dependencies
     new 3737ce4  Upgrade Json schema validator to version 1.0.64
     new b4a6a20  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.64

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

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

commit 3737ce4b54e25113aa8b35d9cf7fe6a070213819
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Nov 26 13:39:49 2021 +0100

    Upgrade Json schema validator to version 1.0.64
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 551e394..9e3da3b 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -419,7 +419,7 @@
         <neoscada-version>0.4.0</neoscada-version>
         <netty-version>4.1.70.Final</netty-version>
         <netty-reactive-streams-version>2.0.5</netty-reactive-streams-version>
-        <networknt-json-schema-validator-version>1.0.58</networknt-json-schema-validator-version>
+        <networknt-json-schema-validator-version>1.0.64</networknt-json-schema-validator-version>
         <nimbus-jose-jwt>8.9</nimbus-jose-jwt>
         <nitrite-version>3.4.3</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 main
in repository https://gitbox.apache.org/repos/asf/camel.git

commit b4a6a2012d6f93d9dbe747720e2ae1d502ee49e5
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Nov 26 13:41:27 2021 +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 2d20981..421fc29 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -432,7 +432,7 @@
     <nessus-weka-version>1.0.1</nessus-weka-version>
     <netty-reactive-streams-version>2.0.5</netty-reactive-streams-version>
     <netty-version>4.1.70.Final</netty-version>
-    <networknt-json-schema-validator-version>1.0.58</networknt-json-schema-validator-version>
+    <networknt-json-schema-validator-version>1.0.64</networknt-json-schema-validator-version>
     <nimbus-jose-jwt>8.9</nimbus-jose-jwt>
     <nitrite-version>3.4.3</nitrite-version>
     <nsq-client-version>1.0.0.RC4</nsq-client-version>