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/01/18 13:32:07 UTC

[knox] branch master updated: KNOX-1739 - Upgrade spring-core to 5.1.4.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


The following commit(s) were added to refs/heads/master by this push:
     new b38a64b  KNOX-1739 - Upgrade spring-core to 5.1.4.RELEASE
b38a64b is described below

commit b38a64b70e410e6b1e69fef1c325c56d237efc7b
Author: Kevin Risden <kr...@apache.org>
AuthorDate: Thu Jan 17 13:54:39 2019 -0500

    KNOX-1739 - Upgrade spring-core to 5.1.4.RELEASE
    
    Signed-off-by: Kevin Risden <kr...@apache.org>
---
 gateway-provider-security-pac4j/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gateway-provider-security-pac4j/pom.xml b/gateway-provider-security-pac4j/pom.xml
index c0f6a04..b3abbc0 100644
--- a/gateway-provider-security-pac4j/pom.xml
+++ b/gateway-provider-security-pac4j/pom.xml
@@ -31,7 +31,7 @@
     <properties>
         <j2e-pac4j.version>4.1.0</j2e-pac4j.version>
         <pac4j.version>3.4.0</pac4j.version>
-        <spring-core.version>5.1.3.RELEASE</spring-core.version>
+        <spring-core.version>5.1.4.RELEASE</spring-core.version>
     </properties>
 
     <dependencies>