Skip to content

Commit 6d9d77b

Browse files
committed
Update commons-lang3 to 3.20.0 to match rundeck core
1 parent 81a56c0 commit 6d9d77b

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
@@ -59,8 +59,8 @@ dependencies {
5959
implementation 'org.rundeck:rundeck-core:6.0.0-SNAPSHOT'
6060

6161
// Add secure commons-lang3 to provide alternative to vulnerable commons-lang 2.6
62-
// Version 3.18.0 fixes CVE-2025-48924 (StackOverflowError in ClassUtils)
63-
pluginLibs 'org.apache.commons:commons-lang3:3.18.0'
62+
// Version 3.20.0 fixes CVE-2025-48924 (StackOverflowError in ClassUtils)
63+
pluginLibs 'org.apache.commons:commons-lang3:3.20.0'
6464

6565
pluginLibs group: 'org.apache.httpcomponents', name: 'httpclient', version: '4.5.14'
6666
pluginLibs group: 'com.google.code.gson', name: 'gson', version:'2.10.1'

0 commit comments

Comments
 (0)