You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@atlas.apache.org by ni...@apache.org on 2020/10/15 14:12:21 UTC

[atlas] 01/02: ATLAS-3982 : Upgrade Atlas Spring framework version to 4.3.29.RELEASE

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

nixon pushed a commit to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/atlas.git

commit 3612396c16cf43bf6eba5caf38974c2b32f54e34
Author: chaitali borole <ch...@cloudera.com>
AuthorDate: Tue Oct 6 15:24:50 2020 +0530

    ATLAS-3982 : Upgrade Atlas Spring framework version to 4.3.29.RELEASE
    
    Signed-off-by: nixonrodrigues <ni...@apache.org>
    (cherry picked from commit d0de38970e1289cf726f8952dd3e2e93b0a158a3)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index aca1844..a8eb459 100644
--- a/pom.xml
+++ b/pom.xml
@@ -691,7 +691,7 @@
         <gson.version>2.5</gson.version>
         <fastutil.version>6.5.16</fastutil.version>
         <guice.version>4.1.0</guice.version>
-        <spring.version>4.3.20.RELEASE</spring.version>
+        <spring.version>4.3.29.RELEASE</spring.version>
         <spring.security.version>4.2.17.RELEASE</spring.security.version>
 
         <javax.servlet.version>3.1.0</javax.servlet.version>