From 9c58aa845e4ea2ff80a9e258f408e9c440d1feb0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Aug 2026 07:26:02 +0000 Subject: [PATCH] build: bump com.fasterxml.jackson.dataformat:jackson-dataformat-xml Bumps [com.fasterxml.jackson.dataformat:jackson-dataformat-xml](https://github.com/FasterXML/jackson-dataformat-xml) from 2.22.1 to 2.22.2. - [Commits](https://github.com/FasterXML/jackson-dataformat-xml/compare/jackson-dataformat-xml-2.22.1...jackson-dataformat-xml-2.22.2) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-xml dependency-version: 2.22.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- buildSrc/build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 0437aeb..ded037b 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -47,7 +47,7 @@ allprojects { "com.fasterxml.jackson.core:jackson-annotations:2.22", "com.fasterxml.jackson.core:jackson-core:2.22.1", "com.fasterxml.jackson.core:jackson-databind:2.22.1", - "com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.22.1", + "com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.22.2", "com.fasterxml.jackson.module:jackson-module-kotlin:2.22.1", "com.github.jknack:handlebars:4.5.4", "com.google.guava:guava:33.6.0-jre", diff --git a/buildSrc/build.gradle.kts b/buildSrc/build.gradle.kts index e31385b..e0c176c 100644 --- a/buildSrc/build.gradle.kts +++ b/buildSrc/build.gradle.kts @@ -39,7 +39,7 @@ configurations.configureEach { "com.fasterxml.jackson.core:jackson-annotations:2.22", "com.fasterxml.jackson.core:jackson-core:2.22.1", "com.fasterxml.jackson.core:jackson-databind:2.22.1", - "com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.22.1", + "com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.22.2", "com.fasterxml.jackson.module:jackson-module-kotlin:2.22.1", "com.github.jknack:handlebars:4.5.4", "com.google.guava:guava:33.6.0-jre",