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

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


The following commit(s) were added to refs/heads/support/1.15 by this push:
     new 8ea24f3975 commons-logging 1.3.5 (#7903)
8ea24f3975 is described below

commit 8ea24f397520a83f2b8198c86e5c2053df9ef979
Author: Jinwoo Hwang <[email protected]>
AuthorDate: Thu Aug 28 03:40:15 2025 -0400

    commons-logging 1.3.5 (#7903)
    
    (cherry picked from commit 785f80a470600df6e6d7216d529dbc70b4227d6e)
---
 boms/geode-all-bom/src/test/resources/expected-pom.xml                  | 2 +-
 .../groovy/org/apache/geode/gradle/plugins/DependencyConstraints.groovy | 2 +-
 geode-assembly/src/integrationTest/resources/assembly_content.txt       | 2 +-
 geode-server-all/src/integrationTest/resources/dependency_classpath.txt | 2 +-
 4 files changed, 4 insertions(+), 4 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 4ed10fdc0c..12742feaef 100644
--- a/boms/geode-all-bom/src/test/resources/expected-pom.xml
+++ b/boms/geode-all-bom/src/test/resources/expected-pom.xml
@@ -165,7 +165,7 @@
       <dependency>
         <groupId>commons-logging</groupId>
         <artifactId>commons-logging</artifactId>
-        <version>1.2</version>
+        <version>1.3.5</version>
       </dependency>
       <dependency>
         <groupId>commons-modeler</groupId>
diff --git 
a/build-tools/geode-dependency-management/src/main/groovy/org/apache/geode/gradle/plugins/DependencyConstraints.groovy
 
b/build-tools/geode-dependency-management/src/main/groovy/org/apache/geode/gradle/plugins/DependencyConstraints.groovy
index 632143614c..f182cb247e 100644
--- 
a/build-tools/geode-dependency-management/src/main/groovy/org/apache/geode/gradle/plugins/DependencyConstraints.groovy
+++ 
b/build-tools/geode-dependency-management/src/main/groovy/org/apache/geode/gradle/plugins/DependencyConstraints.groovy
@@ -111,7 +111,7 @@ class DependencyConstraints {
         api(group: 'commons-digester', name: 'commons-digester', version: 
'2.1')
         api(group: 'commons-fileupload', name: 'commons-fileupload', version: 
'1.4')
         api(group: 'commons-io', name: 'commons-io', version: 
get('commons-io.version'))
-        api(group: 'commons-logging', name: 'commons-logging', version: '1.2')
+        api(group: 'commons-logging', name: 'commons-logging', version: 
'1.3.5')
         api(group: 'commons-modeler', name: 'commons-modeler', version: 
'2.0.1')
         api(group: 'commons-validator', name: 'commons-validator', version: 
get('commons-validator.version'))
         // Careful when upgrading this dependency: see GEODE-7370 and 
GEODE-8150.
diff --git a/geode-assembly/src/integrationTest/resources/assembly_content.txt 
b/geode-assembly/src/integrationTest/resources/assembly_content.txt
index 088cb9fd6f..8385daf9db 100644
--- a/geode-assembly/src/integrationTest/resources/assembly_content.txt
+++ b/geode-assembly/src/integrationTest/resources/assembly_content.txt
@@ -974,7 +974,7 @@ lib/commons-collections-3.2.2.jar
 lib/commons-digester-2.1.jar
 lib/commons-io-2.11.0.jar
 lib/commons-lang3-3.12.0.jar
-lib/commons-logging-1.2.jar
+lib/commons-logging-1.3.5.jar
 lib/commons-modeler-2.0.1.jar
 lib/commons-validator-1.7.jar
 lib/fastutil-8.5.8.jar
diff --git 
a/geode-server-all/src/integrationTest/resources/dependency_classpath.txt 
b/geode-server-all/src/integrationTest/resources/dependency_classpath.txt
index c0ba4c75c9..9bd5a0b468 100644
--- a/geode-server-all/src/integrationTest/resources/dependency_classpath.txt
+++ b/geode-server-all/src/integrationTest/resources/dependency_classpath.txt
@@ -8,8 +8,8 @@ commons-validator-1.7.jar
 spring-jcl-5.3.20.jar
 commons-codec-1.15.jar
 classgraph-4.8.147.jar
+commons-logging-1.3.5.jar
 jackson-databind-2.17.0.jar
-commons-logging-1.2.jar
 geode-management-0.0.0.jar
 geode-core-0.0.0.jar
 javax.activation-api-1.2.0.jar

Reply via email to