Skip to content

Commit

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

Bump org.kohsuke:github-api from 1.324 to 1.326
  • Loading branch information
chadlwilson authored Sep 20, 2024
2 parents 72b043e + 20228bf commit 610fb74
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.324'
implementation group: 'org.kohsuke', name: 'github-api', version: '1.326'

implementation(enforcedPlatform('com.fasterxml.jackson:jackson-bom:2.17.2'))
constraints {
Expand Down

0 comments on commit 610fb74

Please sign in to comment.