This is an automated email from the ASF dual-hosted git repository. krisden pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/knox.git
commit e442d610b772b379539a26e3e22974f1f15980a3 Author: Kevin Risden <[email protected]> AuthorDate: Sun Nov 3 15:12:36 2019 -0500 KNOX-2077 - Upgrade spring-core to 5.2.0.RELEASE Signed-off-by: Kevin Risden <[email protected]> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index c8f3292..41c3cdf 100644 --- a/pom.xml +++ b/pom.xml @@ -232,7 +232,7 @@ <slf4j.version>1.7.29</slf4j.version> <spotbugs.version>3.1.12</spotbugs.version> <spotbugs-maven-plugin.version>3.1.12.2</spotbugs-maven-plugin.version> - <spring-core.version>5.1.9.RELEASE</spring-core.version> + <spring-core.version>5.2.0.RELEASE</spring-core.version> <spring-vault.version>2.1.3.RELEASE</spring-vault.version> <taglibs-standard.version>1.2.5</taglibs-standard.version> <testcontainers.version>1.12.1</testcontainers.version>
