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/03/19 10:22:34 UTC

[camel-spring-boot] branch master updated (6fb7566 -> 6756aab)

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-spring-boot.git.


    from 6fb7566  Regen
     new 49e614c  Dependency alignment with Camel master: Undertow to version 2.0.30.Final
     new 6756aab  Dependency alignment with Camel master: Log4j2 to version 2.13.1

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:
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


[camel-spring-boot] 01/02: Dependency alignment with Camel master: Undertow to version 2.0.30.Final

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-spring-boot.git

commit 49e614c76567a50aac8ce1a55ad9b80eefb7510f
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Mar 19 11:02:47 2020 +0100

    Dependency alignment with Camel master: Undertow to version 2.0.30.Final
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index c5935f8..c19daab 100644
--- a/pom.xml
+++ b/pom.xml
@@ -175,7 +175,7 @@
         <surefire.version>${maven-surefire-plugin-version}</surefire.version>
         <testcontainers-version>1.13.0</testcontainers-version>
         <tomcat-version>9.0.31</tomcat-version>
-        <undertow-version>2.0.29.Final</undertow-version>
+        <undertow-version>2.0.30.Final</undertow-version>
         <weld3-version>3.0.5.RELEASE</weld3-version>
     </properties>
 


[camel-spring-boot] 02/02: Dependency alignment with Camel master: Log4j2 to version 2.13.1

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-spring-boot.git

commit 6756aabdb6cacfb5e76f73e2a0e6bbbe70cf49a5
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Mar 19 11:05:15 2020 +0100

    Dependency alignment with Camel master: Log4j2 to version 2.13.1
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index c19daab..c0ad95f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -148,7 +148,7 @@
         <jolokia-version>1.6.2</jolokia-version>
         <junit-jupiter-version>5.6.0</junit-jupiter-version>
         <kafka-avro-serializer-version>5.2.2</kafka-avro-serializer-version>
-        <log4j2-version>2.13.0</log4j2-version>
+        <log4j2-version>2.13.1</log4j2-version>
         <lucene3-version>3.6.0</lucene3-version>
         <maven-checkstyle-plugin-version>3.1.0</maven-checkstyle-plugin-version>
         <maven-checkstyle-version>8.26</maven-checkstyle-version>