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

nikhil 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 e6b1a13  RANGER-2679 : upgrade spring framework version to 4.3.23 to 
be compatible with current spring security version(4.2.13)
e6b1a13 is described below

commit e6b1a137cf157e7f9a73a760b8ee036d9cf269f5
Author: Nikhil P <nik...@apache.org>
AuthorDate: Tue Dec 24 19:01:51 2019 +0530

    RANGER-2679 : upgrade spring framework version to 4.3.23 to be compatible 
with current spring security version(4.2.13)
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 90c395a..abe8b75 100644
--- a/pom.xml
+++ b/pom.xml
@@ -176,8 +176,8 @@
         <solr.version>7.7.1</solr.version>
         <spring-ldap-core.version>2.3.2.RELEASE</spring-ldap-core.version>
         
<springframework.security.version>4.2.13.RELEASE</springframework.security.version>
-        
<springframework.test.version>4.3.20.RELEASE</springframework.test.version>
-        <springframework.version>4.3.20.RELEASE</springframework.version>
+        
<springframework.test.version>4.3.23.RELEASE</springframework.test.version>
+        <springframework.version>4.3.23.RELEASE</springframework.version>
         <sqoop.version>1.99.7</sqoop.version>
         <storm.version>1.2.0</storm.version>
         <sun-jersey-bundle.version>1.19</sun-jersey-bundle.version>

Reply via email to