You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@knox.apache.org by kr...@apache.org on 2019/06/23 20:50:05 UTC

[knox] 03/03: KNOX-1884 - Upgrade spring-core to 5.1.8.RELEASE

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 5284719f344af0fd415c134c68f5807d13f63bee
Author: Kevin Risden <kr...@apache.org>
AuthorDate: Sun Jun 23 12:13:50 2019 -0400

    KNOX-1884 - Upgrade spring-core to 5.1.8.RELEASE
    
    Signed-off-by: Kevin Risden <kr...@apache.org>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 39dcc73..f02597f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -222,7 +222,7 @@
         <slf4j.version>1.7.26</slf4j.version>
         <spotbugs.version>3.1.12</spotbugs.version>
         <spotbugs-maven-plugin.version>3.1.11</spotbugs-maven-plugin.version>
-        <spring-core.version>5.1.6.RELEASE</spring-core.version>
+        <spring-core.version>5.1.8.RELEASE</spring-core.version>
         <spring-vault.version>2.1.2.RELEASE</spring-vault.version>
         <taglibs-standard.version>1.2.5</taglibs-standard.version>
         <testcontainers.version>1.11.1</testcontainers.version>