Skip to content

Commit fb8e93d

Browse files
authored
Upgrade commons-lang3 from 3.12.0 to 3.18.0 (#7950)
* Upgrade commons-io from 2.18.0 to 2.19.0 - Updated dependency version in DependencyConstraints.groovy - Updated expected-pom.xml test resource in geode-all-bom - Updated assembly_content.txt integration test resource - Updated gfsh_dependency_classpath.txt integration test resource - Updated dependency_classpath.txt integration test resource in geode-server-all All builds and tests pass successfully. * Upgrade commons-lang3 from 3.12.0 to 3.18.0 - Updated dependency version in DependencyConstraints.groovy - Updated expected-pom.xml test resource in geode-all-bom - Updated assembly_content.txt integration test resource - Updated gfsh_dependency_classpath.txt integration test resource - Updated dependency_classpath.txt integration test resource in geode-server-all This upgrade brings in the latest bug fixes and improvements from Apache Commons Lang. All builds and checks pass successfully.
1 parent 0864e58 commit fb8e93d

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@
305305
<dependency>
306306
<groupId>org.apache.commons</groupId>
307307
<artifactId>commons-lang3</artifactId>
308-
<version>3.12.0</version>
308+
<version>3.18.0</version>
309309
</dependency>
310310
<dependency>
311311
<groupId>org.apache.commons</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
@@ -34,7 +34,7 @@ class DependencyConstraints {
3434
// Some of these are referenced below as well
3535
deps.put("antlr.version", "2.7.7")
3636
deps.put("commons-io.version", "2.19.0")
37-
deps.put("commons-lang3.version", "3.12.0")
37+
deps.put("commons-lang3.version", "3.18.0")
3838
deps.put("commons-validator.version", "1.7")
3939
deps.put("fastutil.version", "8.5.8")
4040
deps.put("javax.activation.version", "1.2.0")

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -932,7 +932,7 @@ lib/commons-codec-1.15.jar
932932
lib/commons-collections-3.2.2.jar
933933
lib/commons-digester-2.1.jar
934934
lib/commons-io-2.19.0.jar
935-
lib/commons-lang3-3.12.0.jar
935+
lib/commons-lang3-3.18.0.jar
936936
lib/commons-logging-1.3.5.jar
937937
lib/commons-modeler-2.0.1.jar
938938
lib/commons-validator-1.7.jar

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ geode-unsafe-0.0.0.jar
1919
geode-deployment-legacy-0.0.0.jar
2020
spring-shell-1.2.0.RELEASE.jar
2121
spring-web-5.3.21.jar
22-
commons-lang3-3.12.0.jar
22+
commons-lang3-3.18.0.jar
2323
rmiio-2.1.2.jar
2424
jackson-datatype-joda-2.17.0.jar
2525
jackson-annotations-2.17.0.jar

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ log4j-slf4j-impl-2.17.2.jar
5151
lucene-analyzers-common-6.6.6.jar
5252
geode-membership-0.0.0.jar
5353
jetty-webapp-9.4.57.v20241219.jar
54-
commons-lang3-3.12.0.jar
54+
commons-lang3-3.18.0.jar
5555
jopt-simple-5.0.4.jar
5656
swagger-annotations-2.2.22.jar
5757
snappy-0.5.jar

0 commit comments

Comments
 (0)