Skip to content

Commit 716e030

Browse files
fix(deps): update dependency org.kohsuke:github-api to v1.329 (#2039)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [org.kohsuke:github-api](https://github-api.kohsuke.org/) ([source](https://redirect.github.com/hub4j/github-api)) | `1.327` -> `1.329` | [![age](https://developer.mend.io/api/mc/badges/age/maven/org.kohsuke:github-api/1.329?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.kohsuke:github-api/1.327/1.329?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/typesafegithub/github-workflows-kt). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS40My41IiwidXBkYXRlZEluVmVyIjoiNDEuNDMuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e3c5a90 commit 716e030

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared-internal/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dependencies {
2020
implementation("io.ktor:ktor-serialization-kotlinx-json:3.2.3")
2121
implementation("io.github.oshai:kotlin-logging:7.0.7")
2222
implementation("com.auth0:java-jwt:4.5.0")
23-
implementation("org.kohsuke:github-api:1.327")
23+
implementation("org.kohsuke:github-api:1.329")
2424

2525
testImplementation("io.kotest.extensions:kotest-extensions-mockserver:1.3.0")
2626
testImplementation("org.slf4j:slf4j-simple:2.0.17")

0 commit comments

Comments
 (0)