We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 472cf79 + 352c9dd commit 4c4737aCopy full SHA for 4c4737a
build.gradle
@@ -74,7 +74,7 @@ ext {
74
dependencies {
75
compileOnly project.deps.gocdPluginApi
76
implementation group: 'com.google.code.gson', name: 'gson', version: '2.12.1'
77
- implementation group: 'org.kohsuke', name: 'github-api', version: '1.326'
+ implementation group: 'org.kohsuke', name: 'github-api', version: '1.327'
78
implementation group: 'com.squareup.okhttp3', name: 'okhttp', version: '4.12.0'
79
80
testImplementation project.deps.gocdPluginApi
0 commit comments