From 27107ba65066f242df3f9cd0bf0c9db62c724eb8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 19:14:41 +0000 Subject: [PATCH] Bump com.fasterxml.jackson.core:jackson-core from 2.14.2 to 2.15.2 Bumps [com.fasterxml.jackson.core:jackson-core](https://github.com/FasterXML/jackson-core) from 2.14.2 to 2.15.2. - [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.2) --- 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..845c7a7f90 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.2" implementation "com.fasterxml.jackson.core:jackson-annotations:2.14.2" implementation "com.fasterxml.jackson.core:jackson-databind:2.14.2"