Skip to content

Commit 444b5ff

Browse files
fix(deps): update dependency io.github.oshai:kotlin-logging to v7.0.4 (#1813)
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.3` -> `7.0.4` | [![age](https://developer.mend.io/api/mc/badges/age/maven/io.github.oshai:kotlin-logging/7.0.4?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.4?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.3/7.0.4?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.3/7.0.4?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.4`](https://redirect.github.com/oshai/kotlin-logging/releases/tag/7.0.4) [Compare Source](https://redirect.github.com/oshai/kotlin-logging/compare/7.0.3...7.0.4) #### What's Changed - Bump org.jetbrains.dokka from 1.9.20 to 2.0.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [https://github.com/oshai/kotlin-logging/pull/464](https://redirect.github.com/oshai/kotlin-logging/pull/464) - Bump com.diffplug.spotless from 6.25.0 to 7.0.1 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [https://github.com/oshai/kotlin-logging/pull/467](https://redirect.github.com/oshai/kotlin-logging/pull/467) - Bump actions/cache from 4.1.2 to 4.2.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [https://github.com/oshai/kotlin-logging/pull/461](https://redirect.github.com/oshai/kotlin-logging/pull/461) - Update gradle to 8.12 by [@&#8203;oshai](https://redirect.github.com/oshai) in [https://github.com/oshai/kotlin-logging/pull/469](https://redirect.github.com/oshai/kotlin-logging/pull/469) - Bump com.android.library from 8.6.1 to 8.8.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [https://github.com/oshai/kotlin-logging/pull/468](https://redirect.github.com/oshai/kotlin-logging/pull/468) - Changes needed for compiler plugin by [@&#8203;neeme-praks-sympower](https://redirect.github.com/neeme-praks-sympower) in [https://github.com/oshai/kotlin-logging/pull/474](https://redirect.github.com/oshai/kotlin-logging/pull/474) **Full Changelog**: oshai/kotlin-logging@7.0.3...7.0.4 </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNDUuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE0NS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3758fa0 commit 444b5ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.0.0")
1616
implementation("com.charleskorn.kaml:kaml:0.70.0")
17-
implementation("io.github.oshai:kotlin-logging:7.0.3")
17+
implementation("io.github.oshai:kotlin-logging:7.0.4")
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
@@ -21,7 +21,7 @@ dependencies {
2121
implementation("io.opentelemetry:opentelemetry-exporter-otlp:1.46.0")
2222
implementation("io.opentelemetry:opentelemetry-exporter-logging:1.46.0")
2323
implementation("io.github.reactivecircus.cache4k:cache4k:0.14.0")
24-
implementation("io.github.oshai:kotlin-logging:7.0.3")
24+
implementation("io.github.oshai:kotlin-logging:7.0.4")
2525
implementation(platform("org.apache.logging.log4j:log4j-bom:2.24.3"))
2626
implementation("org.apache.logging.log4j:log4j-jul")
2727
runtimeOnly("org.apache.logging.log4j:log4j-core")

0 commit comments

Comments
 (0)