From c6a8629395f3e596fb79ac06a80fdab4395a26e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 07:12:27 +0000 Subject: [PATCH] Bump xml from 0.91.3 to 1.0.1 Bumps `xml` from 0.91.3 to 1.0.1. Updates `io.github.pdvrieze.xmlutil:serialization` from 0.91.3 to 1.0.1 - [Release notes](https://github.com/pdvrieze/xmlutil/releases) - [Changelog](https://github.com/pdvrieze/xmlutil/blob/master/Changelog.md) - [Commits](https://github.com/pdvrieze/xmlutil/compare/v0.91.3...v1.0.1) Updates `io.github.pdvrieze.xmlutil:core-jdk` from 0.91.3 to 1.0.1 - [Release notes](https://github.com/pdvrieze/xmlutil/releases) - [Changelog](https://github.com/pdvrieze/xmlutil/blob/master/Changelog.md) - [Commits](https://github.com/pdvrieze/xmlutil/compare/v0.91.3...v1.0.1) --- updated-dependencies: - dependency-name: io.github.pdvrieze.xmlutil:serialization dependency-version: 1.0.1 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: io.github.pdvrieze.xmlutil:core-jdk dependency-version: 1.0.1 dependency-type: direct:production update-type: version-update:semver-major ... 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 6c2d59e..c22c17c 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -2,7 +2,7 @@ kotlin = "2.2.21" compose = "1.9.0" coroutines = "1.11.0" -xml = "0.91.3" +xml = "1.0.1" [libraries] coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "coroutines" }