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/09 09:48:34 UTC

[camel] branch main updated (23d421e9aeb -> 6a6d3c12e90)

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 23d421e9aeb CAMEL-18699: camel-jbang - Export to Spring Boot - Allow to specify a Camel version
     new 99d9b46b9f7 Upgrade Jnats to version 2.16.4
     new 6a6d3c12e90 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 6a6d3c12e90fd076cd98823bb3e43e92c7222414
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Nov 9 09:50:41 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 fde3a0127ba..4700f971e34 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -331,7 +331,7 @@
     <jib-version>0.21.0</jib-version>
     <jira-guava-version>30.1.1-jre</jira-guava-version>
     <jira-rest-client-api-version>5.2.4</jira-rest-client-api-version>
-    <jnats-version>2.16.3</jnats-version>
+    <jnats-version>2.16.4</jnats-version>
     <jodatime2-version>2.11.1</jodatime2-version>
     <johnzon-version>1.2.19</johnzon-version>
     <jolokia-version>1.7.1</jolokia-version>


[camel] 01/02: Upgrade Jnats to version 2.16.4

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 99d9b46b9f73b52619f8b7f3df47faa65762c6b0
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Nov 9 09:26:13 2022 +0100

    Upgrade Jnats to version 2.16.4
    
    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 ca9fd44febd..679e9943882 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -262,7 +262,7 @@
         <jasypt-version>1.9.3</jasypt-version>
         <java-grok-version>0.1.9</java-grok-version>
         <java-util-version>2.0.0</java-util-version>
-        <jnats-version>2.16.3</jnats-version>
+        <jnats-version>2.16.4</jnats-version>
         <javacc-maven-plugin-version>2.6</javacc-maven-plugin-version>
         <javacrumbs-version>0.22</javacrumbs-version>
         <javaparser-version>3.13.10</javaparser-version>