From f0a9b3054286fa765ebabe568ff99eb884423b10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 01:46:12 +0000 Subject: [PATCH] Bump com.fasterxml.jackson.core:jackson-databind from 2.14.2 to 2.15.3 Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.14.2 to 2.15.3. - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .../schedule-ktable-ttl-aggregate/kstreams/code/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/tutorials/schedule-ktable-ttl-aggregate/kstreams/code/build.gradle b/_includes/tutorials/schedule-ktable-ttl-aggregate/kstreams/code/build.gradle index da771e8f6a..e9a2df3d33 100644 --- a/_includes/tutorials/schedule-ktable-ttl-aggregate/kstreams/code/build.gradle +++ b/_includes/tutorials/schedule-ktable-ttl-aggregate/kstreams/code/build.gradle @@ -34,7 +34,7 @@ dependencies { implementation "org.apache.kafka:kafka-clients:3.1.0" implementation "com.fasterxml.jackson.core:jackson-core:2.14.2" implementation "com.fasterxml.jackson.core:jackson-annotations:2.14.2" - implementation "com.fasterxml.jackson.core:jackson-databind:2.14.2" + implementation "com.fasterxml.jackson.core:jackson-databind:2.15.3" testImplementation "org.apache.kafka:kafka-streams-test-utils:3.1.0" testImplementation "junit:junit:4.13.2"