From 4342d181b6824c9da8b9967da4c36cbb704142a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Apr 2025 21:21:43 +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.19.0. - [Commits](https://github.com/FasterXML/jackson-dataformats-text/compare/jackson-dataformats-text-2.17.1...jackson-dataformats-text-2.19.0) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-yaml dependency-version: 2.19.0 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 36d6338b7..4b1b492ea 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -16,7 +16,7 @@ buildscript { 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-yaml:2.19.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")