From 4cc256cea1d55d6f9a21ffb76d58e8619ac7b655 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 15:30:32 -0500 Subject: [PATCH] Bump org.jetbrains.kotlinx:kotlinx-html-jvm from 0.10.1 to 0.11.0 (#400) Bumps [org.jetbrains.kotlinx:kotlinx-html-jvm](https://github.com/Kotlin/kotlinx.html) from 0.10.1 to 0.11.0. - [Release notes](https://github.com/Kotlin/kotlinx.html/releases) - [Commits](https://github.com/Kotlin/kotlinx.html/commits) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kotlinx-html-jvm dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 2f560497..5d024f13 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -15,7 +15,7 @@ commons = { module = "org.apache.commons:commons-csv", version = "1.10.0" } moshi = { module = "com.squareup.moshi:moshi", version = "1.15.0" } kotlin-bom = { module = "org.jetbrains.kotlin:kotlin-bom", version.ref = "kotlin" } kotlin-stdlib = { module = "org.jetbrains.kotlin:kotlin-stdlib-jdk8", version.ref = "kotlin" } -kotlinx-html = { module = "org.jetbrains.kotlinx:kotlinx-html-jvm", version = "0.10.1" } +kotlinx-html = { module = "org.jetbrains.kotlinx:kotlinx-html-jvm", version = "0.11.0" } maven-model = { module = "org.apache.maven:maven-model", version = "3.9.6" } spock = { module = "org.spockframework:spock-junit4", version = "2.4-M1-groovy-3.0" } xmlunit = { module = "org.xmlunit:xmlunit-matchers", version = "2.9.1" }