From ac86540ed1f70830bf6d8a1bca64d3abd174cef0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Nov 2024 11:22:29 +0000 Subject: [PATCH] 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.17.1 to 2.18.2. - [Commits](https://github.com/FasterXML/jackson-dataformat-xml/compare/jackson-dataformat-xml-2.17.1...jackson-dataformat-xml-2.18.2) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-xml dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 4de4c1d2..776b338a 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -14,7 +14,7 @@ buildscript { dependencies { classpath("com.fasterxml.jackson.core:jackson-core:2.17.1") classpath("com.fasterxml.jackson.core:jackson-databind:2.17.1") - classpath("com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.17.1") + classpath("com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.18.2") classpath("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.17.1") classpath("com.fasterxml.jackson.module:jackson-module-kotlin:2.17.1") classpath("org.jetbrains.dokka:dokka-gradle-plugin:1.9.20") {