From 689500f344aeeab4cbc02901166174a329b0445d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 19:05:05 +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 3693baf3..3aa3cd2e 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -26,7 +26,7 @@ modelix-mps-model-adapters-plugin = { group = "org.modelix.mps", name = "mps-mod modelix-mps-repository-concepts = { group = "org.modelix.mps.modules", name = "repositoryconcepts", version.ref = "modelixCore" } kotlin-html = "org.jetbrains.kotlinx:kotlinx-html:0.12.0" modelix-build-tools-lib = { group = "org.modelix.mps", name = "build-tools-lib", version.ref = "modelixBuildtools" } -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" } slf4j-api = { group = "org.slf4j", name = "slf4j-api", version = "2.0.17" } kotlin-collections-immutable = { group = "org.jetbrains.kotlinx", name = "kotlinx-collections-immutable", version = "0.4.0" } playwright = { group = "com.microsoft.playwright", name = "playwright", version = "1.57.0" }