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

onichols pushed a commit to branch support/1.13
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/support/1.13 by this push:
     new d71b0ae  GEODE-8989: Bump spring-security from 5.3.2 to 5.3.8
d71b0ae is described below

commit d71b0ae551e0dcb2acf05a7c5a6dc8ec9d01396c
Author: Owen Nichols <[email protected]>
AuthorDate: Mon Mar 1 17:15:35 2021 -0800

    GEODE-8989: Bump spring-security from 5.3.2 to 5.3.8
---
 boms/geode-all-bom/src/test/resources/expected-pom.xml   | 16 ++++++++--------
 .../geode/gradle/plugins/DependencyConstraints.groovy    |  2 +-
 2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/boms/geode-all-bom/src/test/resources/expected-pom.xml 
b/boms/geode-all-bom/src/test/resources/expected-pom.xml
index 1ef7f34..5af6a6f 100644
--- a/boms/geode-all-bom/src/test/resources/expected-pom.xml
+++ b/boms/geode-all-bom/src/test/resources/expected-pom.xml
@@ -760,49 +760,49 @@
       <dependency>
         <groupId>org.springframework.security</groupId>
         <artifactId>spring-security-config</artifactId>
-        <version>5.3.2.RELEASE</version>
+        <version>5.3.8.RELEASE</version>
         <scope>compile</scope>
       </dependency>
       <dependency>
         <groupId>org.springframework.security</groupId>
         <artifactId>spring-security-core</artifactId>
-        <version>5.3.2.RELEASE</version>
+        <version>5.3.8.RELEASE</version>
         <scope>compile</scope>
       </dependency>
       <dependency>
         <groupId>org.springframework.security</groupId>
         <artifactId>spring-security-ldap</artifactId>
-        <version>5.3.2.RELEASE</version>
+        <version>5.3.8.RELEASE</version>
         <scope>compile</scope>
       </dependency>
       <dependency>
         <groupId>org.springframework.security</groupId>
         <artifactId>spring-security-test</artifactId>
-        <version>5.3.2.RELEASE</version>
+        <version>5.3.8.RELEASE</version>
         <scope>compile</scope>
       </dependency>
       <dependency>
         <groupId>org.springframework.security</groupId>
         <artifactId>spring-security-web</artifactId>
-        <version>5.3.2.RELEASE</version>
+        <version>5.3.8.RELEASE</version>
         <scope>compile</scope>
       </dependency>
       <dependency>
         <groupId>org.springframework.security</groupId>
         <artifactId>spring-security-oauth2-core</artifactId>
-        <version>5.3.2.RELEASE</version>
+        <version>5.3.8.RELEASE</version>
         <scope>compile</scope>
       </dependency>
       <dependency>
         <groupId>org.springframework.security</groupId>
         <artifactId>spring-security-oauth2-client</artifactId>
-        <version>5.3.2.RELEASE</version>
+        <version>5.3.8.RELEASE</version>
         <scope>compile</scope>
       </dependency>
       <dependency>
         <groupId>org.springframework.security</groupId>
         <artifactId>spring-security-oauth2-jose</artifactId>
-        <version>5.3.2.RELEASE</version>
+        <version>5.3.8.RELEASE</version>
         <scope>compile</scope>
       </dependency>
       <dependency>
diff --git 
a/buildSrc/src/main/groovy/org/apache/geode/gradle/plugins/DependencyConstraints.groovy
 
b/buildSrc/src/main/groovy/org/apache/geode/gradle/plugins/DependencyConstraints.groovy
index e3c0887..e170dab7 100644
--- 
a/buildSrc/src/main/groovy/org/apache/geode/gradle/plugins/DependencyConstraints.groovy
+++ 
b/buildSrc/src/main/groovy/org/apache/geode/gradle/plugins/DependencyConstraints.groovy
@@ -243,7 +243,7 @@ class DependencyConstraints implements Plugin<Project> {
       entry('selenium-support')
     }
 
-    dependencySet(group: 'org.springframework.security', version: 
'5.3.2.RELEASE') {
+    dependencySet(group: 'org.springframework.security', version: 
'5.3.8.RELEASE') {
       entry('spring-security-config')
       entry('spring-security-core')
       entry('spring-security-ldap')

Reply via email to