Skip to content

Commit d1d2e35

Browse files
Remove obsolete override for commons-lang3
1 parent 0a486e0 commit d1d2e35

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

build.gradle

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,4 @@
11
buildscript {
2-
configurations.all {
3-
resolutionStrategy {
4-
// v3.17.0, used by org.kohsuke:github-api 1.327, is vulnerable to CVE-2025-48924
5-
force "org.apache.commons:commons-lang3:3.18.0"
6-
}
7-
}
8-
92
dependencies {
103
classpath "org.kohsuke:github-api:1.329"
114
}

0 commit comments

Comments
 (0)