From 950935311f07dd530d62e71ee46591785a058a94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 07:13:28 +0000 Subject: [PATCH] chore(deps): bump xmlutil from 1.0.0-rc2 to 1.0.0-rc3 Bumps `xmlutil` from 1.0.0-rc2 to 1.0.0-rc3. Updates `io.github.pdvrieze.xmlutil:core` from 1.0.0-rc2 to 1.0.0-rc3 - [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/v1.0.0-rc2...v1.0.0-rc3) Updates `io.github.pdvrieze.xmlutil:serialization` from 1.0.0-rc2 to 1.0.0-rc3 - [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/v1.0.0-rc2...v1.0.0-rc3) --- updated-dependencies: - dependency-name: io.github.pdvrieze.xmlutil:core dependency-version: 1.0.0-rc3 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.github.pdvrieze.xmlutil:serialization dependency-version: 1.0.0-rc3 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 2930f1f5..b4b93f0c 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -15,7 +15,7 @@ acidify-codec = "0.1.0" ktfs = "0.2.0" kompress = "1.4.3" qr-matrix = "0.1.0" -xmlutil = "1.0.0-rc2" +xmlutil = "1.0.0-rc3" quickjs = "1.0.5" mordant = "3.0.2" logback = "1.5.34"