Skip to content

Commit fc3cf42

Browse files
Merge pull request Wurst-Imperium#1192 from Wurst-Imperium/dependabot/gradle/org.kohsuke-github-api-1.329
Bump org.kohsuke:github-api from 1.327 to 1.329
2 parents 93caba8 + d1d2e35 commit fc3cf42

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

build.gradle

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,6 @@
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 {
10-
classpath "org.kohsuke:github-api:1.327"
3+
classpath "org.kohsuke:github-api:1.329"
114
}
125
}
136

0 commit comments

Comments
 (0)