You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ranger.apache.org by bp...@apache.org on 2022/04/27 08:44:24 UTC

[ranger] branch master updated: RANGER-3732:Upgrade springframework version

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

bpatel 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 2ebd4bb9a RANGER-3732:Upgrade springframework version
2ebd4bb9a is described below

commit 2ebd4bb9af8abecb65548686139a1fb30358eef1
Author: Bhavik Patel <bh...@gmail.com>
AuthorDate: Tue Apr 26 20:44:25 2022 +0530

    RANGER-3732:Upgrade springframework version
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index b63e67cb6..9eb9d0d44 100644
--- a/pom.xml
+++ b/pom.xml
@@ -193,9 +193,9 @@
         <slf4j.version>1.7.32</slf4j.version>
         <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.18</springframework.test.version>
-        <springframework.version>5.3.18</springframework.version>
+        <springframework.security.version>5.6.3</springframework.security.version>
+        <springframework.test.version>5.3.19</springframework.test.version>
+        <springframework.version>5.3.19</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>