Skip to content

Commit c21761e

Browse files
fix(deps): update dependency io.github.oshai:kotlin-logging to v7.0.14 (#2195)
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) | `7.0.13` → `7.0.14` | ![age](https://developer.mend.io/api/mc/badges/age/maven/io.github.oshai:kotlin-logging/7.0.14?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.github.oshai:kotlin-logging/7.0.13/7.0.14?slim=true) | --- > [!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.14`](https://redirect.github.com/oshai/kotlin-logging/releases/tag/7.0.14) [Compare Source](https://redirect.github.com/oshai/kotlin-logging/compare/7.0.13...7.0.14) #### What's Changed - Bump actions/upload-pages-artifact from 3 to 4 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;559](https://redirect.github.com/oshai/kotlin-logging/pull/559) - Bump actions/setup-java from 4 to 5 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;560](https://redirect.github.com/oshai/kotlin-logging/pull/560) - Upgrade Gradle wrapper to 8.14.3 by [@&#8203;Copilot](https://redirect.github.com/Copilot) in [#&#8203;563](https://redirect.github.com/oshai/kotlin-logging/pull/563) - Bump com.android.library from 8.12.0 to 8.12.1 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;561](https://redirect.github.com/oshai/kotlin-logging/pull/561) - Bump jackson from 2.19.2 to 2.20.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;565](https://redirect.github.com/oshai/kotlin-logging/pull/565) - Bump com.android.library from 8.12.2 to 8.13.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;564](https://redirect.github.com/oshai/kotlin-logging/pull/564) - Bump org.graalvm.sdk:nativeimage from 24.2.2 to 25.0.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;568](https://redirect.github.com/oshai/kotlin-logging/pull/568) - Bump org.mockito:mockito-core from 5.19.0 to 5.20.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;567](https://redirect.github.com/oshai/kotlin-logging/pull/567) - Bump log4j from 2.25.1 to 2.25.2 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;572](https://redirect.github.com/oshai/kotlin-logging/pull/572) - Bump actions/cache from 4.2.4 to 4.3.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;571](https://redirect.github.com/oshai/kotlin-logging/pull/571) - Bump com.diffplug.spotless from 7.2.1 to 8.0.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;570](https://redirect.github.com/oshai/kotlin-logging/pull/570) - Bump gradle/actions from 4 to 5 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;574](https://redirect.github.com/oshai/kotlin-logging/pull/574) - Bump ch.qos.logback:logback-classic from 1.5.18 to 1.5.19 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;573](https://redirect.github.com/oshai/kotlin-logging/pull/573) - Change LogbackLogEvent to implement ILoggingEvent by [@&#8203;oshai](https://redirect.github.com/oshai) in [#&#8203;583](https://redirect.github.com/oshai/kotlin-logging/pull/583) #### New Contributors - [@&#8203;Copilot](https://redirect.github.com/Copilot) made their first contribution in [#&#8203;563](https://redirect.github.com/oshai/kotlin-logging/pull/563) **Full Changelog**: <oshai/kotlin-logging@7.0.13...7.0.14> </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:eyJjcmVhdGVkSW5WZXIiOiI0Mi42OS4xIiwidXBkYXRlZEluVmVyIjoiNDIuNjkuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a22214c commit c21761e

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.3.3")
2020
implementation("io.ktor:ktor-client-cio:3.3.3")
21-
implementation("io.github.oshai:kotlin-logging:7.0.13")
21+
implementation("io.github.oshai:kotlin-logging:7.0.14")
2222
implementation(projects.sharedInternal)
2323

2424
testImplementation("io.ktor:ktor-client-mock:3.3.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.1")
2020

2121
implementation("com.sksamuel.aedile:aedile-core:3.0.2")
22-
implementation("io.github.oshai:kotlin-logging:7.0.13")
22+
implementation("io.github.oshai:kotlin-logging:7.0.14")
2323
implementation(platform("org.apache.logging.log4j:log4j-bom:2.25.3"))
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.3.3")
99
api(projects.actionBindingGenerator)
1010
implementation(projects.sharedInternal)
11-
implementation("io.github.oshai:kotlin-logging:7.0.13")
11+
implementation("io.github.oshai:kotlin-logging:7.0.14")
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.3.3")
2020
implementation("io.ktor:ktor-client-logging:3.3.3")
2121
implementation("io.ktor:ktor-serialization-kotlinx-json:3.3.3")
22-
implementation("io.github.oshai:kotlin-logging:7.0.13")
22+
implementation("io.github.oshai:kotlin-logging:7.0.14")
2323
implementation("com.auth0:java-jwt:4.5.0")
2424
implementation("org.kohsuke:github-api:1.330")
2525

0 commit comments

Comments
 (0)