Skip to content

Commit 02f6ba4

Browse files
fix(deps): update dependency io.github.oshai:kotlin-logging to v8.0.02 (#2314)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [io.github.oshai:kotlin-logging](https://redirect.github.com/oshai/kotlin-logging) | `8.0.01` → `8.0.02` | ![age](https://developer.mend.io/api/mc/badges/age/maven/io.github.oshai:kotlin-logging/8.0.02?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.github.oshai:kotlin-logging/8.0.01/8.0.02?slim=true) | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/355) for more information. --- ### Release Notes <details> <summary>oshai/kotlin-logging (io.github.oshai:kotlin-logging)</summary> ### [`v8.0.02`](https://redirect.github.com/oshai/kotlin-logging/releases/tag/8.0.02) [Compare Source](https://redirect.github.com/oshai/kotlin-logging/compare/8.0.01...8.0.02) #### What's Changed - Fix GraalVM native build error caused by stale substitution target in v8.x by [@&#8203;Copilot](https://redirect.github.com/Copilot) in [#&#8203;601](https://redirect.github.com/oshai/kotlin-logging/pull/601) **Full Changelog**: <oshai/kotlin-logging@8.0.01...8.0.02> </details> --- ### Configuration 📅 **Schedule**: (UTC) - 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xNTkuMiIsInVwZGF0ZWRJblZlciI6IjQzLjE1OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 374b5d4 commit 02f6ba4

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

action-binding-generator/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencies {
1818
implementation("com.charleskorn.kaml:kaml:0.104.0")
1919
implementation("io.ktor:ktor-client-core:3.4.3")
2020
implementation("io.ktor:ktor-client-cio:3.4.3")
21-
implementation("io.github.oshai:kotlin-logging:8.0.01")
21+
implementation("io.github.oshai:kotlin-logging:8.0.02")
2222
implementation(projects.sharedInternal)
2323

2424
testImplementation("io.ktor:ktor-client-mock:3.4.3")

jit-binding-server/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dependencies {
1919
implementation("io.micrometer:micrometer-registry-prometheus:1.16.5")
2020

2121
implementation("com.sksamuel.aedile:aedile-core:3.0.4")
22-
implementation("io.github.oshai:kotlin-logging:8.0.01")
22+
implementation("io.github.oshai:kotlin-logging:8.0.02")
2323
implementation(platform("org.apache.logging.log4j:log4j-bom:2.25.4"))
2424
implementation("org.apache.logging.log4j:log4j-jul")
2525
runtimeOnly("org.apache.logging.log4j:log4j-core")

maven-binding-builder/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dependencies {
88
api("io.ktor:ktor-client-core:3.4.3")
99
api(projects.actionBindingGenerator)
1010
implementation(projects.sharedInternal)
11-
implementation("io.github.oshai:kotlin-logging:8.0.01")
11+
implementation("io.github.oshai:kotlin-logging:8.0.02")
1212

1313
runtimeOnly(projects.githubWorkflowsKt)
1414

shared-internal/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dependencies {
1919
implementation("io.ktor:ktor-client-content-negotiation:3.4.3")
2020
implementation("io.ktor:ktor-client-logging:3.4.3")
2121
implementation("io.ktor:ktor-serialization-kotlinx-json:3.4.3")
22-
implementation("io.github.oshai:kotlin-logging:8.0.01")
22+
implementation("io.github.oshai:kotlin-logging:8.0.02")
2323
implementation("com.auth0:java-jwt:4.5.2")
2424
implementation("org.kohsuke:github-api:1.330")
2525

0 commit comments

Comments
 (0)