Skip to content

Commit 1743205

Browse files
authored
Merge branch 'develop' into GEODE-10466
2 parents c704cbe + fb8e93d commit 1743205

5 files changed

Lines changed: 8 additions & 5 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
@@ -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("jakarta.activation.version", "2.1.3")

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -931,7 +931,7 @@ lib/commons-codec-1.15.jar
931931
lib/commons-collections-3.2.2.jar
932932
lib/commons-digester-2.1.jar
933933
lib/commons-io-2.19.0.jar
934-
lib/commons-lang3-3.12.0.jar
934+
lib/commons-lang3-3.18.0.jar
935935
lib/commons-logging-1.3.5.jar
936936
lib/commons-modeler-2.0.1.jar
937937
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-starter-3.3.3.jar
2121
spring-web-6.1.14.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: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,17 @@ httpclient5-5.4.4.jar
2929
httpcore5-h2-5.3.4.jar
3030
httpcore5-5.3.4.jar
3131
HikariCP-4.0.3.jar
32-
commons-lang3-3.12.0.jar
3332
jaxb-runtime-4.0.2.jar
3433
jaxb-core-4.0.2.jar
3534
jakarta.xml.bind-api-4.0.2.jar
3635
log4j-slf4j-impl-2.17.2.jar
3736
log4j-core-2.17.2.jar
3837
log4j-jcl-2.17.2.jar
3938
log4j-jul-2.17.2.jar
39+
commons-lang3-3.18.0.jar
40+
jopt-simple-5.0.4.jar
41+
swagger-annotations-2.2.22.jar
42+
snappy-0.5.jar
4043
log4j-api-2.17.2.jar
4144
spring-shell-starter-3.3.3.jar
4245
rmiio-2.1.2.jar

0 commit comments

Comments
 (0)