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
The following commit(s) were added to refs/heads/master by this push: new 9c05a65 Upgrade Spring Security to version 5.3.0.RELEASE 9c05a65 is described below commit 9c05a65374bf195cb8b6c1ed05df9c242925c5a0 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Thu Mar 12 16:31:12 2020 +0100 Upgrade Spring Security to version 5.3.0.RELEASE --- examples/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/pom.xml b/examples/pom.xml index fda0b65..4d6b2b7 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -253,7 +253,7 @@ <slf4j-api-version>1.7.30</slf4j-api-version> <sql-maven-plugin-version>1.5</sql-maven-plugin-version> <spring-ws-version>3.0.7.RELEASE</spring-ws-version> - <spring-security-version>5.2.1.RELEASE</spring-security-version> + <spring-security-version>5.3.0.RELEASE</spring-security-version> <spring-version-range>[5,6)</spring-version-range> <spring-version>${spring5-version}</spring-version> <spring5-version>5.2.4.RELEASE</spring5-version>