From a4511fa9c9a954367f0f70ec5b07a404fe37cca6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 19:13:42 +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.18.3. - [Commits](https://github.com/FasterXML/jackson-dataformats-text/compare/jackson-dataformats-text-2.17.1...jackson-dataformats-text-2.18.3) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-yaml 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..b886febf6 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.18.3") 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")