You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@atlas.apache.org by pi...@apache.org on 2022/01/31 13:41:44 UTC

[atlas] branch branch-2.0 updated: ATLAS-4539 : Upgrade Spring framework to 5.3.15

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

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


The following commit(s) were added to refs/heads/branch-2.0 by this push:
     new 53e3b13  ATLAS-4539 : Upgrade Spring framework to 5.3.15
53e3b13 is described below

commit 53e3b13ea226ad4b8903091d5689f550a7c45824
Author: vinayak.marraiya <vi...@cloudera.com>
AuthorDate: Tue Jan 25 12:28:28 2022 +0530

    ATLAS-4539 : Upgrade Spring framework to 5.3.15
    
    Signed-off-by: Pinal Shah <pi...@freestoneinfotech.com>
    (cherry picked from commit 23aacc831ca82178ecb4b26c4e373fb59c3dcbff)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 56944da..64fe714 100644
--- a/pom.xml
+++ b/pom.xml
@@ -765,7 +765,7 @@
         <solr.version>8.6.3</solr.version>
         <spray.version>1.3.1</spray.version>
         <spring.security.version>5.5.1</spring.security.version>
-        <spring.version>5.3.13</spring.version>
+        <spring.version>5.3.15</spring.version>
         <sqoop.version>1.4.6.2.3.99.0-195</sqoop.version>
         <storm.version>2.3.0</storm.version>
         <surefire.forkCount>2C</surefire.forkCount>