Skip to content

Commit

Permalink
Merge pull request #304 from gocd-contrib/dependabot/gradle/org.kohsu…
Browse files Browse the repository at this point in the history
…ke-github-api-1.319

Bump org.kohsuke:github-api from 1.318 to 1.319
  • Loading branch information
chadlwilson authored Feb 23, 2024
2 parents 52a20bf + 83a61b1 commit f89f945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ ext {
dependencies {
compileOnly project.deps.gocdPluginApi
implementation group: 'com.google.code.gson', name: 'gson', version: '2.10.1'
implementation group: 'org.kohsuke', name: 'github-api', version: '1.318'
implementation group: 'org.kohsuke', name: 'github-api', version: '1.319'
implementation group: 'com.squareup.okhttp3', name: 'okhttp', version: '4.12.0'

testImplementation project.deps.gocdPluginApi
Expand Down

0 comments on commit f89f945

Please sign in to comment.