From 4981deee48b2e98ff9da1af9d9c5bf4c02275719 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 16:08:39 +0000 Subject: [PATCH] build(deps): bump io.github.oshai:kotlin-logging from 7.0.13 to 7.0.14 Bumps [io.github.oshai:kotlin-logging](https://github.com/oshai/kotlin-logging) from 7.0.13 to 7.0.14. - [Release notes](https://github.com/oshai/kotlin-logging/releases) - [Changelog](https://github.com/oshai/kotlin-logging/blob/master/ChangeLog-old.md) - [Commits](https://github.com/oshai/kotlin-logging/compare/7.0.13...7.0.14) --- updated-dependencies: - dependency-name: io.github.oshai:kotlin-logging dependency-version: 7.0.14 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 92f10eba..323c4313 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -22,7 +22,7 @@ modelix-model-datastructure = { group = "org.modelix", name = "model-datastructu modelix-mps-model-adapters = { group = "org.modelix.mps", name = "model-adapters", version.ref = "modelixCore" } modelix-mpsApi = { group = "org.modelix.mps", name = "stable-api", version = "1.3.0" } -kotlin-logging = { group = "io.github.oshai", name = "kotlin-logging", version = "7.0.13" } +kotlin-logging = { group = "io.github.oshai", name = "kotlin-logging", version = "7.0.14" } kotlin-logging-microutils = { group = "io.github.microutils", name = "kotlin-logging", version = "3.0.5" } kotlin-html = "org.jetbrains.kotlinx:kotlinx-html:0.12.0" kotlin-coroutines-core = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-core", version.ref = "kotlinCoroutines" }