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 2018/06/15 11:21:50 UTC

[camel] branch master updated: Upgrade Spring Boot 2.0.3.RELEASE and Spring 5.0.7.RELEASE

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


The following commit(s) were added to refs/heads/master by this push:
     new d7ccd07  Upgrade Spring Boot 2.0.3.RELEASE and Spring 5.0.7.RELEASE
d7ccd07 is described below

commit d7ccd073c37c225cf29e0c9649745e9bc1234644
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Jun 15 12:45:31 2018 +0200

    Upgrade Spring Boot 2.0.3.RELEASE and Spring 5.0.7.RELEASE
---
 parent/pom.xml                                                        | 4 ++--
 .../spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 3e1b497..a63a2f3 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -636,7 +636,7 @@
     <splunk-version>1.6.4.0_1</splunk-version>
     <spring-batch-version>4.0.1.RELEASE</spring-batch-version>
     <spring-batch-bundle-version>4.0.1.RELEASE_1</spring-batch-bundle-version>
-    <spring-boot-version>2.0.2.RELEASE</spring-boot-version>
+    <spring-boot-version>2.0.3.RELEASE</spring-boot-version>
     <spring-cloud-commons-version>1.3.3.RELEASE</spring-cloud-commons-version>
     <spring-cloud-consul-version>1.3.3.RELEASE</spring-cloud-consul-version>
     <spring-cloud-netflix-version>1.4.4.RELEASE</spring-cloud-netflix-version>
@@ -657,7 +657,7 @@
     <spring-version-range>[4.3,6)</spring-version-range>
     <spring-version>${spring5-version}</spring-version>
     <spring4-version>4.3.17.RELEASE</spring4-version>
-    <spring5-version>5.0.6.RELEASE</spring5-version>
+    <spring5-version>5.0.7.RELEASE</spring5-version>
     <spring-osgi-version>1.2.1</spring-osgi-version>
     <spring-security-version>5.0.5.RELEASE</spring-security-version>
     <spring-security-bundle-version>5.0.4.RELEASE_1</spring-security-bundle-version>
diff --git a/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml b/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml
index 72855ac..cd26a7d 100644
--- a/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml
+++ b/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml
@@ -3307,7 +3307,7 @@
       <dependency>
         <groupId>org.apache.openjpa</groupId>
         <artifactId>openjpa-persistence-jdbc</artifactId>
-        <version>2.4.2</version>
+        <version>2.4.3</version>
       </dependency>
       <dependency>
         <groupId>org.apache.pdfbox</groupId>

-- 
To stop receiving notification emails like this one, please contact
acosentino@apache.org.