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 2020/01/14 01:08:08 UTC

[knox] 20/22: KNOX-2183 - Upgrade spring-core to 5.2.2.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 a304c44a6e287a21ab0940f3cef8204c8bf837b0
Author: Kevin Risden <kr...@apache.org>
AuthorDate: Mon Jan 13 19:16:37 2020 -0500

    KNOX-2183 - Upgrade spring-core to 5.2.2.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 ae36dd3..23b0050 100644
--- a/pom.xml
+++ b/pom.xml
@@ -242,7 +242,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.1.RELEASE</spring-core.version>
+        <spring-core.version>5.2.2.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>