We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81a56c0 commit 6d9d77bCopy full SHA for 6d9d77b
1 file changed
build.gradle
@@ -59,8 +59,8 @@ dependencies {
59
implementation 'org.rundeck:rundeck-core:6.0.0-SNAPSHOT'
60
61
// 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'
+ // Version 3.20.0 fixes CVE-2025-48924 (StackOverflowError in ClassUtils)
+ pluginLibs 'org.apache.commons:commons-lang3:3.20.0'
64
65
pluginLibs group: 'org.apache.httpcomponents', name: 'httpclient', version: '4.5.14'
66
pluginLibs group: 'com.google.code.gson', name: 'gson', version:'2.10.1'
0 commit comments