You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ranger.apache.org by pr...@apache.org on 2022/04/04 07:19:18 UTC

[ranger] branch master updated: RANGER-3691: Upgrade spring to 5.3.18

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 9ffa882f7 RANGER-3691: Upgrade spring to 5.3.18
9ffa882f7 is described below

commit 9ffa882f731a3d13c6d0bc0791b2363fb9289672
Author: ZhouTianling <zh...@sensorsdata.cn>
AuthorDate: Fri Apr 1 16:58:45 2022 +0800

    RANGER-3691: Upgrade spring to 5.3.18
    
    Signed-off-by: pradeep <pr...@apache.org>
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 20c101ff6..252463227 100644
--- a/pom.xml
+++ b/pom.xml
@@ -193,8 +193,8 @@
         <solr.version>8.6.3</solr.version>
         <spring-ldap-core.version>2.3.5.RELEASE</spring-ldap-core.version>
         <springframework.security.version>5.6.1</springframework.security.version>
-        <springframework.test.version>5.3.15</springframework.test.version>
-        <springframework.version>5.3.15</springframework.version>
+        <springframework.test.version>5.3.18</springframework.test.version>
+        <springframework.version>5.3.18</springframework.version>
         <sqoop.version>1.99.7</sqoop.version>
         <storm.version>1.2.4</storm.version>
         <sun-jersey-bundle.version>1.19</sun-jersey-bundle.version>