Skip to content

Commit fba34d1

Browse files
Update dependency io.github.oshai:kotlin-logging to v7.0.14 (#247)
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) | --- ### 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/Buried-In-Code/Neptunes-Dashboard). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi42OS4xIiwidXBkYXRlZEluVmVyIjoiNDIuNjkuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b8a141a commit fba34d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ javalin-core = { group = "io.javalin", name = "javalin", version.ref = "javalin"
2727
javalin-rendering = { group = "io.javalin", name = "javalin-rendering", version.ref = "javalin" }
2828
jte-core = { group = "gg.jte", name = "jte", version.ref = "jte" }
2929
jte-kotlin = { group = "gg.jte", name = "jte-kotlin", version.ref = "jte" }
30-
kotlin-logging = { group = "io.github.oshai", name = "kotlin-logging", version = "7.0.13" }
30+
kotlin-logging = { group = "io.github.oshai", name = "kotlin-logging", version = "7.0.14" }
3131
kotlinx-datetime = { group = "org.jetbrains.kotlinx", name = "kotlinx-datetime", version = "0.7.1-0.6.x-compat" }
3232
kotlinx-serialization = { group = "org.jetbrains.kotlinx", name = "kotlinx-serialization-json", version = "1.9.0" }
3333
log4j2-slf4j2 = { group = "org.apache.logging.log4j", name = "log4j-slf4j2-impl", version = "2.25.3" }

0 commit comments

Comments
 (0)