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/02 11:00:01 UTC

[camel-spring-boot] branch master updated (7f80fae -> 5cf1eda)

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 7f80fae  Align dependencies to camel master: Protobuf version to 3.11.1
     new 9afce9c  Align dependencies to camel master: Reactor core version to 3.2.15.RELEASE
     new 9974ea9  Align dependencies to camel master: Undertow version to 2.0.29.Final
     new 5cf1eda  Align dependencies to camel master: Testcontainers version to 1.12.5

The 3 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 | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


[camel-spring-boot] 01/03: Align dependencies to camel master: Reactor core version to 3.2.15.RELEASE

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 9afce9cec5d78b7b2ef1be31b0270f5450f625d4
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Mar 2 11:46:52 2020 +0100

    Align dependencies to camel master: Reactor core version to 3.2.15.RELEASE
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index f420a61..576023f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -163,7 +163,7 @@
         <os-maven-plugin-version>1.6.0</os-maven-plugin-version>
         <protobuf-maven-plugin-version>0.6.1</protobuf-maven-plugin-version>
         <protobuf-version>3.11.1</protobuf-version>
-        <reactor-version>3.2.12.RELEASE</reactor-version>
+        <reactor-version>3.2.15.RELEASE</reactor-version>
         <roaster-version>2.20.1.Final</roaster-version>
         <rxjava-version>1.3.8</rxjava-version>
         <shrinkwrap-resolver-version>3.1.3</shrinkwrap-resolver-version>


[camel-spring-boot] 02/03: Align dependencies to camel master: Undertow version to 2.0.29.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 9974ea9179e841affdb2f68784e62807dd0a99e3
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Mar 2 11:51:52 2020 +0100

    Align dependencies to camel master: Undertow version to 2.0.29.Final
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 576023f..664f481 100644
--- a/pom.xml
+++ b/pom.xml
@@ -175,7 +175,7 @@
         <surefire.version>${maven-surefire-plugin-version}</surefire.version>
         <testcontainers-version>1.12.3</testcontainers-version>
         <tomcat-version>9.0.30</tomcat-version>
-        <undertow-version>2.0.28.Final</undertow-version>
+        <undertow-version>2.0.29.Final</undertow-version>
         <weld3-version>3.0.5.RELEASE</weld3-version>
     </properties>
 


[camel-spring-boot] 03/03: Align dependencies to camel master: Testcontainers version to 1.12.5

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 5cf1edacd71df17d94e026001266fe534cdf1787
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Mar 2 11:55:39 2020 +0100

    Align dependencies to camel master: Testcontainers version to 1.12.5
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 664f481..d560ea5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -173,7 +173,7 @@
         <spring-cloud-netflix-version>2.2.1.RELEASE</spring-cloud-netflix-version>
         <spring-cloud-zookeeper-version>2.2.0.RELEASE</spring-cloud-zookeeper-version>
         <surefire.version>${maven-surefire-plugin-version}</surefire.version>
-        <testcontainers-version>1.12.3</testcontainers-version>
+        <testcontainers-version>1.12.5</testcontainers-version>
         <tomcat-version>9.0.30</tomcat-version>
         <undertow-version>2.0.29.Final</undertow-version>
         <weld3-version>3.0.5.RELEASE</weld3-version>