Skip to content

Commit 8ea24f3

Browse files
committed
commons-logging 1.3.5 (#7903)
(cherry picked from commit 785f80a)
1 parent 85662cb commit 8ea24f3

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

boms/geode-all-bom/src/test/resources/expected-pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@
165165
<dependency>
166166
<groupId>commons-logging</groupId>
167167
<artifactId>commons-logging</artifactId>
168-
<version>1.2</version>
168+
<version>1.3.5</version>
169169
</dependency>
170170
<dependency>
171171
<groupId>commons-modeler</groupId>

build-tools/geode-dependency-management/src/main/groovy/org/apache/geode/gradle/plugins/DependencyConstraints.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ class DependencyConstraints {
111111
api(group: 'commons-digester', name: 'commons-digester', version: '2.1')
112112
api(group: 'commons-fileupload', name: 'commons-fileupload', version: '1.4')
113113
api(group: 'commons-io', name: 'commons-io', version: get('commons-io.version'))
114-
api(group: 'commons-logging', name: 'commons-logging', version: '1.2')
114+
api(group: 'commons-logging', name: 'commons-logging', version: '1.3.5')
115115
api(group: 'commons-modeler', name: 'commons-modeler', version: '2.0.1')
116116
api(group: 'commons-validator', name: 'commons-validator', version: get('commons-validator.version'))
117117
// Careful when upgrading this dependency: see GEODE-7370 and GEODE-8150.

geode-assembly/src/integrationTest/resources/assembly_content.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -974,7 +974,7 @@ lib/commons-collections-3.2.2.jar
974974
lib/commons-digester-2.1.jar
975975
lib/commons-io-2.11.0.jar
976976
lib/commons-lang3-3.12.0.jar
977-
lib/commons-logging-1.2.jar
977+
lib/commons-logging-1.3.5.jar
978978
lib/commons-modeler-2.0.1.jar
979979
lib/commons-validator-1.7.jar
980980
lib/fastutil-8.5.8.jar

geode-server-all/src/integrationTest/resources/dependency_classpath.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ commons-validator-1.7.jar
88
spring-jcl-5.3.20.jar
99
commons-codec-1.15.jar
1010
classgraph-4.8.147.jar
11+
commons-logging-1.3.5.jar
1112
jackson-databind-2.17.0.jar
12-
commons-logging-1.2.jar
1313
geode-management-0.0.0.jar
1414
geode-core-0.0.0.jar
1515
javax.activation-api-1.2.0.jar

0 commit comments

Comments
 (0)