From b92b42e82f977466eb8d85ed3a73a2b385498611 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 31 Oct 2025 04:11:14 +0000 Subject: [PATCH] Upgrade: Update com.fasterxml.jackson to v2.20.1 --- build.gradle.kts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 620c12b..af35d1f 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -21,9 +21,9 @@ group = "io.github.lancomsystems.openapi.parser" version = libraryVersion dependencies { - implementation("com.fasterxml.jackson.core:jackson-databind:2.16.1") - implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.16.1") - implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.16.1") + implementation("com.fasterxml.jackson.core:jackson-databind:2.20.1") + implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.20.1") + implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.20.1") testImplementation("org.junit.jupiter:junit-jupiter-params:5.10.3") testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.3") }