Skip to content

Commit eccea8a

Browse files
committed
CVE-2025-48924: upgrade commons-lang3 to 3.18.0
Signed-off-by: Lantao Jin <ltjin@amazon.com>
1 parent b5d31b4 commit eccea8a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ buildscript {
5858
mockito_version = "5.7.0"
5959
commons_io_version = "2.14.0"
6060
commons_text_version = "1.10.0"
61-
commons_lang3_version = "3.12.0"
61+
commons_lang3_version = "3.18.0"
6262
// enforce 1.13, https://www.whitesourcesoftware.com/vulnerability-database/WS-2019-0379
6363
commons_codec_version = "1.13"
6464
commons_logging_version = "1.2"
@@ -145,7 +145,7 @@ allprojects {
145145
resolutionStrategy.force 'org.locationtech.jts:jts-core:1.19.0'
146146
resolutionStrategy.force 'com.google.errorprone:error_prone_annotations:2.28.0'
147147
resolutionStrategy.force 'org.checkerframework:checker-qual:3.43.0'
148-
resolutionStrategy.force 'org.apache.commons:commons-lang3:3.13.0'
148+
resolutionStrategy.force 'org.apache.commons:commons-lang3:3.18.0'
149149
resolutionStrategy.force 'org.apache.commons:commons-text:1.11.0'
150150
resolutionStrategy.force 'commons-io:commons-io:2.15.0'
151151
resolutionStrategy.force 'org.yaml:snakeyaml:2.2'

0 commit comments

Comments
 (0)