From 270faeeed58dbea0fb65a4bba491af0616f73b6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 23:56:27 +0000 Subject: [PATCH] Bump org.jetbrains.kotlinx:kotlinx-html-jvm from 0.8.1 to 0.12.0 Bumps [org.jetbrains.kotlinx:kotlinx-html-jvm](https://github.com/Kotlin/kotlinx.html) from 0.8.1 to 0.12.0. - [Release notes](https://github.com/Kotlin/kotlinx.html/releases) - [Commits](https://github.com/Kotlin/kotlinx.html/commits/0.12.0) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kotlinx-html-jvm dependency-version: 0.12.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 5201bd9..f90e592 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -44,7 +44,7 @@ dependencies { implementation("com.squareup.okhttp3:okhttp:4.11.0") implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.0") - implementation("org.jetbrains.kotlinx:kotlinx-html-jvm:0.8.1") + implementation("org.jetbrains.kotlinx:kotlinx-html-jvm:0.12.0") // JSON packages (required for detector info) implementation("org.json:json:20240303")