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 17:02:28 UTC

[camel-examples] 11/11: Align dependencies to camel master: Spring version to 5.2.4.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-examples.git

commit aa3066a0511f892137758fb75071565a32e40a45
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Mar 2 17:59:07 2020 +0100

    Align dependencies to camel master: Spring version to 5.2.4.RELEASE
---
 examples/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/pom.xml b/examples/pom.xml
index f7ecd73..cffe40c 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -256,7 +256,7 @@
         <spring-security-version>5.2.1.RELEASE</spring-security-version>
         <spring-version-range>[5,6)</spring-version-range>
         <spring-version>${spring5-version}</spring-version>
-        <spring5-version>5.2.3.RELEASE</spring5-version>
+        <spring5-version>5.2.4.RELEASE</spring5-version>
         <surefire.version>${maven-surefire-plugin-version}</surefire.version>
         <tinybundles-version>2.1.1</tinybundles-version>
         <tomcat-version>9.0.30</tomcat-version>