From f6179f3dc20b74737a9e96d0487a6d5003eeddd2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Sep 2025 20:33:09 +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.20.0. - [Commits](https://github.com/FasterXML/jackson-dataformats-text/compare/jackson-dataformats-text-2.17.1...jackson-dataformats-text-2.20.0) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-yaml dependency-version: 2.20.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 8626232f..af5b3419 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.20.0") + classpath("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.20.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")