From 14e27dec24a57a7ebb214576fc53f0d32976f1e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 20:53:13 +0000 Subject: [PATCH] build(deps): 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.2 to 2.18.0. - [Commits](https://github.com/FasterXML/jackson-dataformats-text/compare/jackson-dataformats-text-2.17.2...jackson-dataformats-text-2.18.0) --- 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 8a18711..1bfa3fc 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -41,7 +41,7 @@ dependencies { } implementation("com.fasterxml.jackson.core:jackson-core:2.18.0") - implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.17.2") + implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.18.0") implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.18.0") testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.1")