Skip to content

Commit b555ca8

Browse files
fix(deps): update dependency io.github.oshai:kotlin-logging to v7.0.3 (#1733)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [io.github.oshai:kotlin-logging](https://redirect.github.com/oshai/kotlin-logging) | `7.0.0` -> `7.0.3` | [![age](https://developer.mend.io/api/mc/badges/age/maven/io.github.oshai:kotlin-logging/7.0.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/io.github.oshai:kotlin-logging/7.0.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/io.github.oshai:kotlin-logging/7.0.0/7.0.3?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.0/7.0.3?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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzkuMTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f56cf29 commit b555ca8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

action-binding-generator/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies {
1515
implementation("com.squareup:kotlinpoet:2.0.0")
1616
implementation("it.krzeminski:snakeyaml-engine-kmp:3.0.3")
1717
implementation("com.charleskorn.kaml:kaml:0.66.0")
18-
implementation("io.github.oshai:kotlin-logging:7.0.0")
18+
implementation("io.github.oshai:kotlin-logging:7.0.3")
1919
implementation(projects.sharedInternal)
2020

2121
testImplementation(projects.githubWorkflowsKt)

jit-binding-server/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dependencies {
2121
implementation("io.opentelemetry:opentelemetry-exporter-otlp:1.44.1")
2222
implementation("io.opentelemetry:opentelemetry-exporter-logging:1.44.1")
2323
implementation("io.github.reactivecircus.cache4k:cache4k:0.13.0")
24-
implementation("io.github.oshai:kotlin-logging:7.0.0")
24+
implementation("io.github.oshai:kotlin-logging:7.0.3")
2525
implementation(platform("org.apache.logging.log4j:log4j-bom:2.24.2"))
2626
implementation("org.apache.logging.log4j:log4j-jul")
2727
runtimeOnly("org.apache.logging.log4j:log4j-core")

0 commit comments

Comments
 (0)