From 02c63637441d6ac1c0a8498e6d4345201d1d0410 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 16:39:59 +0000 Subject: [PATCH] Bump com.fasterxml.jackson.core:jackson-databind Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.15.3 to 2.19.2. - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-version: 2.19.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- plugins/gradle/example-client-kotlin/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/gradle/example-client-kotlin/build.gradle b/plugins/gradle/example-client-kotlin/build.gradle index 1dba7082e..02d0d4b3f 100644 --- a/plugins/gradle/example-client-kotlin/build.gradle +++ b/plugins/gradle/example-client-kotlin/build.gradle @@ -32,10 +32,10 @@ dependencies { implementation "javax.validation:validation-api:2.0.1.Final" implementation "com.squareup.okhttp3:okhttp:4.11.0" - implementation "com.fasterxml.jackson.core:jackson-core:2.15.3" - implementation "com.fasterxml.jackson.core:jackson-databind:2.15.3" + implementation "com.fasterxml.jackson.core:jackson-core:2.19.2" + implementation "com.fasterxml.jackson.core:jackson-databind:2.19.2" implementation "com.fasterxml.jackson.module:jackson-module-kotlin:2.15.2" - implementation "com.fasterxml.jackson.core:jackson-annotations:2.15.3" + implementation "com.fasterxml.jackson.core:jackson-annotations:2.19.2" implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8" testImplementation "org.junit.jupiter:junit-jupiter-api:5.10.2"