You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by co...@apache.org on 2020/08/12 09:37:09 UTC

[cxf] branch master updated: Updating spring security version in sample to 5.3.4

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


The following commit(s) were added to refs/heads/master by this push:
     new c2b7f3b  Updating spring security version in sample to 5.3.4
c2b7f3b is described below

commit c2b7f3b3857afd5fe4e33dff35ed1992f6f4854a
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Wed Aug 12 10:36:44 2020 +0100

    Updating spring security version in sample to 5.3.4
---
 distribution/src/main/release/samples/jax_rs/spring_security/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/distribution/src/main/release/samples/jax_rs/spring_security/pom.xml b/distribution/src/main/release/samples/jax_rs/spring_security/pom.xml
index def7f0e..f1f5ac5 100644
--- a/distribution/src/main/release/samples/jax_rs/spring_security/pom.xml
+++ b/distribution/src/main/release/samples/jax_rs/spring_security/pom.xml
@@ -32,7 +32,7 @@
     <properties>
         <cxf.version>${project.version}</cxf.version>
         <aspectj.version>1.9.1</aspectj.version>
-        <spring.security.version>5.1.5.RELEASE</spring.security.version>
+        <spring.security.version>5.3.4.RELEASE</spring.security.version>
     </properties>
     <build>
         <finalName>JAXRSSpringSecurity</finalName>