Skip to content

Commit

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

Bump org.kohsuke:github-api from 1.316 to 1.317
  • Loading branch information
chadlwilson authored Oct 20, 2023
2 parents 50eadc4 + 8532a5c commit 753510b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github-pr-status/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ repositories {

dependencies {
implementation project(":common")
implementation group: 'org.kohsuke', name: 'github-api', version: '1.316'
implementation group: 'org.kohsuke', name: 'github-api', version: '1.317'
}

processResources {
Expand Down

0 comments on commit 753510b

Please sign in to comment.