Skip to content

Commit

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

Bump org.kohsuke:github-api from 1.321 to 1.322
  • Loading branch information
chadlwilson authored Jun 21, 2024
2 parents 1d5bddf + d223b84 commit dd1135d
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.321'
implementation group: 'org.kohsuke', name: 'github-api', version: '1.322'

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

0 comments on commit dd1135d

Please sign in to comment.