You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by co...@apache.org on 2020/09/18 14:24:26 UTC

[camel] branch master updated: Updating Spring version to 5.2.9

This is an automated email from the ASF dual-hosted git repository.

coheigea 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 49ec490  Updating Spring version to 5.2.9
49ec490 is described below

commit 49ec490e4da8408ca962aeff4cec52955aa9444a
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Fri Sep 18 15:23:37 2020 +0100

    Updating Spring version to 5.2.9
---
 camel-dependencies/pom.xml | 2 +-
 parent/pom.xml             | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index 6afe515..770b4d9 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -536,7 +536,7 @@
     <spring-version>${spring5-version}</spring-version>
     <spring-version-range>[5,6)</spring-version-range>
     <spring-ws-version>3.0.9.RELEASE</spring-ws-version>
-    <spring5-version>5.2.8.RELEASE</spring5-version>
+    <spring5-version>5.2.9.RELEASE</spring5-version>
     <sql-maven-plugin-version>1.5</sql-maven-plugin-version>
     <squareup-okhttp-version>3.14.7</squareup-okhttp-version>
     <squareup-okio-version>1.17.2</squareup-okio-version>
diff --git a/parent/pom.xml b/parent/pom.xml
index 7c468eb..0a0bc45 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -521,7 +521,7 @@
         <spring-ldap-version>2.3.3.RELEASE</spring-ldap-version>
         <spring-version-range>[5,6)</spring-version-range>
         <spring-version>${spring5-version}</spring-version>
-        <spring5-version>5.2.8.RELEASE</spring5-version>
+        <spring5-version>5.2.9.RELEASE</spring5-version>
         <spring-security-version>5.3.4.RELEASE</spring-security-version>
         <spring-ws-version>3.0.9.RELEASE</spring-ws-version>
         <sql-maven-plugin-version>1.5</sql-maven-plugin-version>