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 101bd72 + b76cf0f commit f44acd0Copy full SHA for f44acd0
build.gradle
@@ -60,7 +60,7 @@ configurations.all {
60
dependencies {
61
compileOnly group: 'cd.go.plugin', name: 'go-plugin-api', version: '21.4.0'
62
implementation group: 'com.google.code.gson', name: 'gson', version: '2.9.0'
63
- implementation group: 'org.kohsuke', name: 'github-api', version: '1.301'
+ implementation group: 'org.kohsuke', name: 'github-api', version: '1.302'
64
implementation group: 'com.squareup.okhttp3', name: 'okhttp', version: '4.9.3'
65
66
testImplementation group: 'cd.go.plugin', name: 'go-plugin-api', version: '21.4.0'
0 commit comments