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

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


The following commit(s) were added to refs/heads/support/1.14 by this push:
     new fd88560b71 GEODE-10275: Bump spring from 5.3.18 to 5.3.19 (#7648)
fd88560b71 is described below

commit fd88560b711a3be3d9efe04c35795c0f50f9c1e8
Author: Owen Nichols <[email protected]>
AuthorDate: Tue May 3 17:05:36 2022 -0700

    GEODE-10275: Bump spring from 5.3.18 to 5.3.19 (#7648)
    
    latest (5.3.19) is recommended for 5.3-based support branches
---
 .../src/test/resources/expected-pom.xml              | 20 ++++++++++----------
 .../gradle/plugins/DependencyConstraints.groovy      |  2 +-
 .../integrationTest/resources/assembly_content.txt   | 10 +++++-----
 .../resources/dependency_classpath.txt               |  4 ++--
 4 files changed, 18 insertions(+), 18 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 d592a35a01..a9b4db1008 100644
--- a/boms/geode-all-bom/src/test/resources/expected-pom.xml
+++ b/boms/geode-all-bom/src/test/resources/expected-pom.xml
@@ -790,61 +790,61 @@
       <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-aspects</artifactId>
-        <version>5.3.18</version>
+        <version>5.3.19</version>
         <scope>compile</scope>
       </dependency>
       <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-beans</artifactId>
-        <version>5.3.18</version>
+        <version>5.3.19</version>
         <scope>compile</scope>
       </dependency>
       <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-context</artifactId>
-        <version>5.3.18</version>
+        <version>5.3.19</version>
         <scope>compile</scope>
       </dependency>
       <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-core</artifactId>
-        <version>5.3.18</version>
+        <version>5.3.19</version>
         <scope>compile</scope>
       </dependency>
       <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-expression</artifactId>
-        <version>5.3.18</version>
+        <version>5.3.19</version>
         <scope>compile</scope>
       </dependency>
       <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-oxm</artifactId>
-        <version>5.3.18</version>
+        <version>5.3.19</version>
         <scope>compile</scope>
       </dependency>
       <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-test</artifactId>
-        <version>5.3.18</version>
+        <version>5.3.19</version>
         <scope>compile</scope>
       </dependency>
       <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-tx</artifactId>
-        <version>5.3.18</version>
+        <version>5.3.19</version>
         <scope>compile</scope>
       </dependency>
       <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-web</artifactId>
-        <version>5.3.18</version>
+        <version>5.3.19</version>
         <scope>compile</scope>
       </dependency>
       <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-webmvc</artifactId>
-        <version>5.3.18</version>
+        <version>5.3.19</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 7b3fd0f94a..38e19116a1 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
@@ -255,7 +255,7 @@ class DependencyConstraints implements Plugin<Project> {
       entry('spring-security-oauth2-jose')
     }
 
-    dependencySet(group: 'org.springframework', version: '5.3.18') {
+    dependencySet(group: 'org.springframework', version: '5.3.19') {
       entry('spring-aspects')
       entry('spring-beans')
       entry('spring-context')
diff --git a/geode-assembly/src/integrationTest/resources/assembly_content.txt 
b/geode-assembly/src/integrationTest/resources/assembly_content.txt
index 9c2b7b0468..e02076e88e 100644
--- a/geode-assembly/src/integrationTest/resources/assembly_content.txt
+++ b/geode-assembly/src/integrationTest/resources/assembly_content.txt
@@ -1075,12 +1075,12 @@ lib/shiro-event-1.8.0.jar
 lib/shiro-lang-1.8.0.jar
 lib/slf4j-api-1.7.30.jar
 lib/snappy-0.4.jar
-lib/spring-beans-5.3.18.jar
-lib/spring-context-5.3.18.jar
-lib/spring-core-5.3.18.jar
-lib/spring-jcl-5.3.18.jar
+lib/spring-beans-5.3.19.jar
+lib/spring-context-5.3.19.jar
+lib/spring-core-5.3.19.jar
+lib/spring-jcl-5.3.19.jar
 lib/spring-shell-1.2.0.RELEASE.jar
-lib/spring-web-5.3.18.jar
+lib/spring-web-5.3.19.jar
 lib/swagger-annotations-1.6.2.jar
 tools/ClientProtocol/geode-protobuf-messages-definitions-0.0.0.zip
 tools/Extensions/geode-web-0.0.0.war
diff --git 
a/geode-assembly/src/integrationTest/resources/dependency_classpath.txt 
b/geode-assembly/src/integrationTest/resources/dependency_classpath.txt
index f5068b6281..8425e02afe 100644
--- a/geode-assembly/src/integrationTest/resources/dependency_classpath.txt
+++ b/geode-assembly/src/integrationTest/resources/dependency_classpath.txt
@@ -65,13 +65,13 @@ shiro-event-1.8.0.jar
 shiro-crypto-core-1.8.0.jar
 shiro-lang-1.8.0.jar
 slf4j-api-1.7.30.jar
-spring-core-5.3.18.jar
+spring-core-5.3.19.jar
 javax.activation-api-1.2.0.jar
 jline-2.12.jar
 HdrHistogram-2.1.12.jar
 LatencyUtils-2.0.3.jar
 javax.transaction-api-1.3.jar
-spring-jcl-5.3.18.jar
+spring-jcl-5.3.19.jar
 jetty-http-9.4.39.v20210325.jar
 jetty-io-9.4.39.v20210325.jar
 jetty-xml-9.4.39.v20210325.jar

Reply via email to