From 0556c180b716956df9c17664b8a974b3a8d90f2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 23:00:08 +0000 Subject: [PATCH] Bump com.fasterxml.jackson.dataformat:jackson-dataformat-yaml Bumps [com.fasterxml.jackson.dataformat:jackson-dataformat-yaml](https://github.com/FasterXML/jackson-dataformats-text) from 2.17.1 to 2.21.0. - [Commits](https://github.com/FasterXML/jackson-dataformats-text/compare/jackson-dataformats-text-2.17.1...jackson-dataformats-text-2.21.0) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-yaml dependency-version: 2.21.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 6dd8587c..b20f67db 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -15,8 +15,8 @@ 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-yaml:2.17.1") + classpath("com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.21.0") + classpath("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.21.0") classpath("com.fasterxml.jackson.module:jackson-module-kotlin:2.17.1") classpath("org.jetbrains.dokka:dokka-gradle-plugin:1.9.20") { exclude("com.fasterxml.jackson")