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 2023/05/15 08:55:32 UTC

[ranger] 02/02: RANGER-4232: Upgrade Spring Security to 5.7.8

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

commit 576cb642af672532fd789a9405c1c4ee4d42e43d
Author: Pradeep AgrawaL <pr...@apache.org>
AuthorDate: Mon May 15 10:32:46 2023 +0530

    RANGER-4232: Upgrade Spring Security to 5.7.8
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index cd4d58fa4..29a38830e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -199,7 +199,7 @@
         <slf4j.version>1.7.32</slf4j.version>
         <solr.version>8.11.2</solr.version>
         <spring-ldap-core.version>2.3.8.RELEASE</spring-ldap-core.version>
-        <springframework.security.version>5.7.5</springframework.security.version>
+        <springframework.security.version>5.7.8</springframework.security.version>
         <springframework.test.version>5.3.27</springframework.test.version>
         <springframework.version>5.3.27</springframework.version>
         <sqoop.version>1.99.7</sqoop.version>