Skip to content

Commit 6ee092a

Browse files
fix(deps): update dependency io.github.oshai:kotlin-logging to v7.0.13 (#2060)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [io.github.oshai:kotlin-logging](https://redirect.github.com/oshai/kotlin-logging) | `7.0.12` -> `7.0.13` | [![age](https://developer.mend.io/api/mc/badges/age/maven/io.github.oshai:kotlin-logging/7.0.13?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.github.oshai:kotlin-logging/7.0.12/7.0.13?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>oshai/kotlin-logging (io.github.oshai:kotlin-logging)</summary> ### [`v7.0.13`](https://redirect.github.com/oshai/kotlin-logging/releases/tag/7.0.13) [Compare Source](https://redirect.github.com/oshai/kotlin-logging/compare/7.0.12...7.0.13) #### What's Changed - Bump actions/cache from 4.2.3 to 4.2.4 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in[https://github.com/oshai/kotlin-logging/pull/549](https://redirect.github.com/oshai/kotlin-logging/pull/549)9 - Bump org.mockito:mockito-core from 5.18.0 to 5.19.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in[https://github.com/oshai/kotlin-logging/pull/555](https://redirect.github.com/oshai/kotlin-logging/pull/555)5 - Bump actions/first-interaction from 2 to 3 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in[https://github.com/oshai/kotlin-logging/pull/553](https://redirect.github.com/oshai/kotlin-logging/pull/553)3 - Bump actions/checkout from 4 to 5 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in[https://github.com/oshai/kotlin-logging/pull/552](https://redirect.github.com/oshai/kotlin-logging/pull/552)2 - fix: regenerate gradle wrapper for 8.13 validation by [@&#8203;oshai](https://redirect.github.com/oshai) in [https://github.com/oshai/kotlin-logging/pull/557](https://redirect.github.com/oshai/kotlin-logging/pull/557) - feat: add wasmWasi target with console appender and tests by [@&#8203;oshai](https://redirect.github.com/oshai) in [https://github.com/oshai/kotlin-logging/pull/551](https://redirect.github.com/oshai/kotlin-logging/pull/551) **Full Changelog**: oshai/kotlin-logging@7.0.12...7.0.13 </details> --- ### 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:eyJjcmVhdGVkSW5WZXIiOiI0MS44MS4yIiwidXBkYXRlZEluVmVyIjoiNDEuODEuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 486b8d9 commit 6ee092a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

action-binding-generator/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ version = rootProject.version
1414
dependencies {
1515
implementation("com.squareup:kotlinpoet:2.2.0")
1616
implementation("com.charleskorn.kaml:kaml:0.92.0")
17-
implementation("io.github.oshai:kotlin-logging:7.0.12")
17+
implementation("io.github.oshai:kotlin-logging:7.0.13")
1818
implementation(projects.sharedInternal)
1919

2020
testImplementation(projects.githubWorkflowsKt)

jit-binding-server/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies {
1717
implementation("io.micrometer:micrometer-registry-prometheus:1.15.3")
1818

1919
implementation("com.sksamuel.aedile:aedile-core:2.1.2")
20-
implementation("io.github.oshai:kotlin-logging:7.0.12")
20+
implementation("io.github.oshai:kotlin-logging:7.0.13")
2121
implementation(platform("org.apache.logging.log4j:log4j-bom:2.25.1"))
2222
implementation("org.apache.logging.log4j:log4j-jul")
2323
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
@@ -7,7 +7,7 @@ dependencies {
77
api("io.arrow-kt:arrow-core:2.1.2")
88
api(projects.actionBindingGenerator)
99
implementation(projects.sharedInternal)
10-
implementation("io.github.oshai:kotlin-logging:7.0.12")
10+
implementation("io.github.oshai:kotlin-logging:7.0.13")
1111

1212
runtimeOnly(projects.githubWorkflowsKt)
1313
}

shared-internal/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencies {
1818
implementation("io.ktor:ktor-client-content-negotiation:3.2.3")
1919
implementation("io.ktor:ktor-client-logging:3.2.3")
2020
implementation("io.ktor:ktor-serialization-kotlinx-json:3.2.3")
21-
implementation("io.github.oshai:kotlin-logging:7.0.12")
21+
implementation("io.github.oshai:kotlin-logging:7.0.13")
2222
implementation("com.auth0:java-jwt:4.5.0")
2323
implementation("org.kohsuke:github-api:1.329")
2424

0 commit comments

Comments
 (0)