From 11a7fa827a6b2c14fd9b595dd27232c933571064 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jun 2024 16:58:07 +0000 Subject: [PATCH] Bump xmlutil from 0.86.3 to 0.90.0 Bumps `xmlutil` from 0.86.3 to 0.90.0. Updates `io.github.pdvrieze.xmlutil:core` from 0.86.3 to 0.90.0 - [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.86.3...v0.90.0) Updates `io.github.pdvrieze.xmlutil:serialization` from 0.86.3 to 0.90.0 - [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.86.3...v0.90.0) --- updated-dependencies: - dependency-name: io.github.pdvrieze.xmlutil:core dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.github.pdvrieze.xmlutil:serialization 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 21e3f6f..1e64f24 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -7,7 +7,7 @@ jvmTarget = "17" moshix = "0.26.0" moshi = "1.15.1" tikxml = "0.8.15" -xmlutil = "0.86.3" +xmlutil = "0.90.0" [plugins] detekt = { id = "io.gitlab.arturbosch.detekt", version = "1.23.6" }