You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@atlas.apache.org by sa...@apache.org on 2019/07/15 23:45:19 UTC

[atlas] branch master updated: ATLAS-3337: Update Spring Framework/Security library version

This is an automated email from the ASF dual-hosted git repository.

sarath pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/atlas.git


The following commit(s) were added to refs/heads/master by this push:
     new c1f95d1  ATLAS-3337: Update Spring Framework/Security library version
c1f95d1 is described below

commit c1f95d172db383c865a6d70bb5d1d1af3f329c50
Author: Sarath Subramanian <sa...@apache.org>
AuthorDate: Mon Jul 15 16:10:58 2019 -0700

    ATLAS-3337: Update Spring Framework/Security library version
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 51fed3e..d306947 100644
--- a/pom.xml
+++ b/pom.xml
@@ -678,8 +678,8 @@
         <gson.version>2.5</gson.version>
         <fastutil.version>6.5.16</fastutil.version>
         <guice.version>4.1.0</guice.version>
-        <spring.version>4.3.18.RELEASE</spring.version>
-        <spring.security.version>4.2.7.RELEASE</spring.security.version>
+        <spring.version>4.3.20.RELEASE</spring.version>
+        <spring.security.version>4.2.13.RELEASE</spring.security.version>
 
         <javax.servlet.version>3.1.0</javax.servlet.version>
         <guava.version>25.1-jre</guava.version>