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.git
The following commit(s) were added to refs/heads/master by this push: new ae9d5c5 Upgrade Spring Security to version 5.2.2.RELEASE ae9d5c5 is described below commit ae9d5c537a9577a3fda8b0555ec2462a7aa13543 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Mon Feb 17 09:59:09 2020 +0100 Upgrade Spring Security to version 5.2.2.RELEASE --- parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parent/pom.xml b/parent/pom.xml index c59f531..cda7e1f 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -602,7 +602,7 @@ <spring-version-range>[5,6)</spring-version-range> <spring-version>${spring5-version}</spring-version> <spring5-version>5.2.3.RELEASE</spring5-version> - <spring-security-version>5.2.1.RELEASE</spring-security-version> + <spring-security-version>5.2.2.RELEASE</spring-security-version> <spring-ws-version>3.0.7.RELEASE</spring-ws-version> <spring-ws-bundle-version>3.0.7.RELEASE_1</spring-ws-bundle-version> <spring-xml-bundle-version>3.0.7.RELEASE_1</spring-xml-bundle-version>