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 48ae3bdbbf678196085a6f31c33f0e3ee5727908 Author: Sandor Molnar <[email protected]> AuthorDate: Tue Sep 3 17:54:35 2019 +0200 KNOX-1981 - Upgrade spring-core to 5.1.9.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 b20e048..93eac4a 100644 --- a/pom.xml +++ b/pom.xml @@ -230,7 +230,7 @@ <slf4j.version>1.7.27</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.8.RELEASE</spring-core.version> + <spring-core.version>5.1.9.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.0</testcontainers.version>
