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:38:31 UTC

[camel] 02/02: Updating Spring Security to 5.0.18

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

coheigea pushed a commit to branch camel-2.25.x
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 0767036a1a245b4fce99ed58ab8a609747d1db26
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Fri Sep 18 15:36:18 2020 +0100

    Updating Spring Security to 5.0.18
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 5544525..977fc1f 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -659,7 +659,7 @@
     <spring-version>${spring5-version}</spring-version>
     <spring5-version>5.1.18.RELEASE</spring5-version>
     <spring-osgi-version>1.2.1</spring-osgi-version>
-    <spring-security-version>5.0.8.RELEASE</spring-security-version>
+    <spring-security-version>5.0.18.RELEASE</spring-security-version>
     <spring-security-bundle-version>5.0.4.RELEASE_1</spring-security-bundle-version>
     <spring-ws-bundle-version>2.4.2.RELEASE_1</spring-ws-bundle-version>
     <spring-xml-bundle-version>2.4.2.RELEASE_1</spring-xml-bundle-version>