Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion boms/geode-all-bom/src/test/resources/expected-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.12.0</version>
<version>3.18.0</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class DependencyConstraints {
// Some of these are referenced below as well
deps.put("antlr.version", "2.7.7")
deps.put("commons-io.version", "2.18.0")
deps.put("commons-lang3.version", "3.12.0")
deps.put("commons-lang3.version", "3.18.0")
deps.put("commons-validator.version", "1.7")
deps.put("fastutil.version", "8.5.8")
deps.put("javax.activation.version", "1.2.0")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -932,7 +932,7 @@ lib/commons-codec-1.15.jar
lib/commons-collections-3.2.2.jar
lib/commons-digester-2.1.jar
lib/commons-io-2.18.0.jar
lib/commons-lang3-3.12.0.jar
lib/commons-lang3-3.18.0.jar
lib/commons-logging-1.3.5.jar
lib/commons-modeler-2.0.1.jar
lib/commons-validator-1.7.jar
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ geode-unsafe-0.0.0.jar
geode-deployment-legacy-0.0.0.jar
spring-shell-1.2.0.RELEASE.jar
spring-web-5.3.21.jar
commons-lang3-3.12.0.jar
commons-lang3-3.18.0.jar
rmiio-2.1.2.jar
jackson-datatype-joda-2.17.0.jar
jackson-annotations-2.17.0.jar
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ log4j-slf4j-impl-2.17.2.jar
lucene-analyzers-common-6.6.6.jar
geode-membership-0.0.0.jar
jetty-webapp-9.4.57.v20241219.jar
commons-lang3-3.12.0.jar
commons-lang3-3.18.0.jar
jopt-simple-5.0.4.jar
swagger-annotations-2.2.22.jar
snappy-0.5.jar
Expand Down
Loading