You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by bv...@apache.org on 2018/04/18 21:04:35 UTC

[camel] branch master updated: upgrade spring-security to the version 5.0.4

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

bvahdat 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 dc1ea78  upgrade spring-security to the version 5.0.4
dc1ea78 is described below

commit dc1ea7867721dcab764bea5c1b4e882f04668673
Author: Babak Vahdat <bv...@apache.org>
AuthorDate: Wed Apr 18 23:04:25 2018 +0200

    upgrade spring-security to the version 5.0.4
---
 parent/pom.xml                                                          | 2 +-
 .../test/resources/org/apache/camel/itest/security/commonSecurity.xml   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 5ae5f5c..d585d8c 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -654,7 +654,7 @@
     <spring4-version>4.3.16.RELEASE</spring4-version>
     <spring5-version>5.0.5.RELEASE</spring5-version>
     <spring-osgi-version>1.2.1</spring-osgi-version>
-    <spring-security-version>5.0.3.RELEASE</spring-security-version>
+    <spring-security-version>5.0.4.RELEASE</spring-security-version>
     <spring-security-bundle-version>4.2.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>
diff --git a/tests/camel-itest/src/test/resources/org/apache/camel/itest/security/commonSecurity.xml b/tests/camel-itest/src/test/resources/org/apache/camel/itest/security/commonSecurity.xml
index 3b654d9..d75cc2e 100644
--- a/tests/camel-itest/src/test/resources/org/apache/camel/itest/security/commonSecurity.xml
+++ b/tests/camel-itest/src/test/resources/org/apache/camel/itest/security/commonSecurity.xml
@@ -28,7 +28,7 @@
 
     <spring-security:authentication-manager alias="authenticationManager">
     	<spring-security:authentication-provider user-service-ref="userDetailsService">
-    		<spring-security:password-encoder ref="passwordEncoder"/>
+            <spring-security:password-encoder ref="passwordEncoder"/>
     	</spring-security:authentication-provider>
     </spring-security:authentication-manager>
 

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