From 00772af7aa66ba8a43774cc95a82a1d7a3dfc03e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 16:57:25 +0000 Subject: [PATCH] build(deps): bump org.jetbrains.kotlinx:kotlinx-html Bumps [org.jetbrains.kotlinx:kotlinx-html](https://github.com/Kotlin/kotlinx.html) from 0.11.0 to 0.12.0. - [Release notes](https://github.com/Kotlin/kotlinx.html/releases) - [Commits](https://github.com/Kotlin/kotlinx.html/compare/0.11.0...0.12.0) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kotlinx-html dependency-type: direct:production update-type: version-update:semver-minor ... 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 860a476b..4711420b 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -23,7 +23,7 @@ modelix-mps-model-adapters = { group = "org.modelix.mps", name = "model-adapters kotlin-logging = { group = "io.github.oshai", name = "kotlin-logging", version = "7.0.3" } kotlin-logging-microutils = { group = "io.github.microutils", name = "kotlin-logging", version = "3.0.5" } -kotlin-html = "org.jetbrains.kotlinx:kotlinx-html:0.11.0" +kotlin-html = "org.jetbrains.kotlinx:kotlinx-html:0.12.0" kotlin-coroutines-core = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-core", version.ref = "kotlinCoroutines" } ktor-client-core = { group = "io.ktor", name = "ktor-client-core", version.ref = "ktor" }