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 7cb0d1bd50962b9798a6ed0ae655f45b83d3bb23 Author: Kevin Risden <[email protected]> AuthorDate: Sat Nov 9 11:23:56 2019 -0500 KNOX-2106 - Upgrade spring-core to 5.2.1.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 624eb0b..c8aa3ef 100644 --- a/pom.xml +++ b/pom.xml @@ -238,7 +238,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.2.0.RELEASE</spring-core.version> + <spring-core.version>5.2.1.RELEASE</spring-core.version> <spring-vault.version>2.1.4.RELEASE</spring-vault.version> <stax2-api.version>4.2</stax2-api.version> <taglibs-standard.version>1.2.5</taglibs-standard.version>
