From 7b2a51701776234675771d71dc54a82557c1366b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 02:00:22 +0000 Subject: [PATCH] Bump com.fasterxml.jackson.core:jackson-databind from 2.14.2 to 2.16.0 Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.14.2 to 2.16.0. - [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..820c6de3a8 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.16.0" testImplementation "org.apache.kafka:kafka-streams-test-utils:3.1.0" testImplementation "junit:junit:4.13.2"