Skip to content

Commit f44acd0

Browse files
authored
Merge pull request #194 from gocd-contrib/dependabot/gradle/org.kohsuke-github-api-1.302
Bump github-api from 1.301 to 1.302
2 parents 101bd72 + b76cf0f commit f44acd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ configurations.all {
6060
dependencies {
6161
compileOnly group: 'cd.go.plugin', name: 'go-plugin-api', version: '21.4.0'
6262
implementation group: 'com.google.code.gson', name: 'gson', version: '2.9.0'
63-
implementation group: 'org.kohsuke', name: 'github-api', version: '1.301'
63+
implementation group: 'org.kohsuke', name: 'github-api', version: '1.302'
6464
implementation group: 'com.squareup.okhttp3', name: 'okhttp', version: '4.9.3'
6565

6666
testImplementation group: 'cd.go.plugin', name: 'go-plugin-api', version: '21.4.0'

0 commit comments

Comments
 (0)