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 e057c3c673003d2d04a5f56cd8fabd5258520fb9 Author: Kevin Risden <[email protected]> AuthorDate: Fri Jan 24 10:35:00 2020 -0500 KNOX-2199 - Upgrade spring-core to 5.2.3.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 fdbaf58..1c68fe0 100644 --- a/pom.xml +++ b/pom.xml @@ -244,7 +244,7 @@ <slf4j.version>1.7.30</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.2.RELEASE</spring-core.version> + <spring-core.version>5.2.3.RELEASE</spring-core.version> <spring-vault.version>2.2.0.RELEASE</spring-vault.version> <stax2-api.version>4.2</stax2-api.version> <taglibs-standard.version>1.2.5</taglibs-standard.version>
