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 b209e6152 RANGER-4753: Upgrade Spring Security to 5.7.12 and spring
framework to 5.3.33
b209e6152 is described below
commit b209e61528b3d01d463e43c0b0bff02657939b11
Author: Pradeep Agrawal <[email protected]>
AuthorDate: Wed Mar 20 13:42:28 2024 +0530
RANGER-4753: Upgrade Spring Security to 5.7.12 and spring framework to
5.3.33
Change-Id: Iadf5feb8a527c182958ad401a010a56ed20a5f7d
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 23bf43457..efd152040 100644
--- a/pom.xml
+++ b/pom.xml
@@ -200,9 +200,9 @@
<slf4j.version>1.7.32</slf4j.version>
<solr.version>8.11.2</solr.version>
<spring-ldap-core.version>2.4.1</spring-ldap-core.version>
-
<springframework.security.version>5.7.11</springframework.security.version>
- <springframework.test.version>5.3.32</springframework.test.version>
- <springframework.version>5.3.32</springframework.version>
+
<springframework.security.version>5.7.12</springframework.security.version>
+ <springframework.test.version>5.3.33</springframework.test.version>
+ <springframework.version>5.3.33</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>