diff --git a/build.gradle b/build.gradle index 2b27f816..20ccb299 100644 --- a/build.gradle +++ b/build.gradle @@ -71,7 +71,7 @@ subprojects { Project sub -> because 'Transitive dependency of apache httpclient has reported vulnerabilities' } } - implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.12.0' + implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.13.0' testImplementation project.deps.gocdPluginApi testImplementation 'org.mockito:mockito-core:5.4.0'