From 0a7b2a373f9a058e8cdbfead384dbab96362f85d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 01:46:04 +0000 Subject: [PATCH] Bump com.fasterxml.jackson.core:jackson-core from 2.14.2 to 2.15.3 Bumps [com.fasterxml.jackson.core:jackson-core](https://github.com/FasterXML/jackson-core) from 2.14.2 to 2.15.3. - [Release notes](https://github.com/FasterXML/jackson-core/releases) - [Commits](https://github.com/FasterXML/jackson-core/compare/jackson-core-2.14.2...jackson-core-2.15.3) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-core 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..5ba9e9a43e 100644 --- a/_includes/tutorials/schedule-ktable-ttl-aggregate/kstreams/code/build.gradle +++ b/_includes/tutorials/schedule-ktable-ttl-aggregate/kstreams/code/build.gradle @@ -32,7 +32,7 @@ dependencies { implementation "org.apache.kafka:kafka-streams:3.1.0" implementation "io.confluent:common-utils:7.3.3" 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-core:2.15.3" implementation "com.fasterxml.jackson.core:jackson-annotations:2.14.2" implementation "com.fasterxml.jackson.core:jackson-databind:2.14.2"