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 2022/11/25 10:58:09 UTC

[camel] branch main updated (e485a964e5a -> 62dc71a4428)

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 e485a964e5a Upgrade JSONata4Java to 2.2.4
     new bfbe63e2d9d Upgrade Jooq to version 3.16.11
     new 62dc71a4428 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] 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 62dc71a4428854ece3d3bcd3f0f6d372232a6512
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Nov 25 11:57:42 2022 +0100

    Sync deps
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 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 3dcf1a702e4..9c251af95fa 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -338,7 +338,7 @@
     <jolokia-version>1.7.1</jolokia-version>
     <jolt-version>0.1.7</jolt-version>
     <jool-version>0.9.14</jool-version>
-    <jooq-version>3.16.10</jooq-version>
+    <jooq-version>3.16.11</jooq-version>
     <joor-version>0.9.14</joor-version>
     <jose4j-version>0.6.4</jose4j-version>
     <jota-version>1.0.0-beta9</jota-version>


[camel] 01/02: Upgrade Jooq to version 3.16.11

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 bfbe63e2d9df985cecccf1ab2b1925b3cb8586ee
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Nov 25 11:27:47 2022 +0100

    Upgrade Jooq to version 3.16.11
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 157649c4ed2..342e2e0dec7 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -322,7 +322,7 @@
         <jota-version>1.0.0-beta9</jota-version>
         <jolt-version>0.1.7</jolt-version>
         <jool-version>0.9.14</jool-version>
-        <jooq-version>3.16.10</jooq-version>
+        <jooq-version>3.16.11</jooq-version>
         <joor-version>0.9.14</joor-version>
         <johnzon-version>1.2.19</johnzon-version>
         <jose4j-version>0.6.4</jose4j-version>