Skip to content

Commit

Permalink
Bump org.kohsuke:github-api from 1.318 to 1.319
Browse files Browse the repository at this point in the history
Bumps [org.kohsuke:github-api](https://github.com/hub4j/github-api) from 1.318 to 1.319.
- [Release notes](https://github.com/hub4j/github-api/releases)
- [Changelog](https://github.com/hub4j/github-api/blob/main/CHANGELOG.md)
- [Commits](hub4j/github-api@github-api-1.318...github-api-1.319)

---
updated-dependencies:
- dependency-name: org.kohsuke:github-api
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 23, 2024
1 parent 52a20bf commit 83a61b1
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 83a61b1

Please sign in to comment.