Skip to content

Commit cea58fd

Browse files
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](FasterXML/jackson-core@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] <support@github.com>
1 parent c68146a commit cea58fd

File tree

1 file changed

+1
-1
lines changed
  • _includes/tutorials/schedule-ktable-ttl-aggregate/kstreams/code

1 file changed

+1
-1
lines changed

_includes/tutorials/schedule-ktable-ttl-aggregate/kstreams/code/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dependencies {
3232
implementation "org.apache.kafka:kafka-streams:3.1.0"
3333
implementation "io.confluent:common-utils:7.3.3"
3434
implementation "org.apache.kafka:kafka-clients:3.1.0"
35-
implementation "com.fasterxml.jackson.core:jackson-core:2.14.2"
35+
implementation "com.fasterxml.jackson.core:jackson-core:2.15.2"
3636
implementation "com.fasterxml.jackson.core:jackson-annotations:2.14.2"
3737
implementation "com.fasterxml.jackson.core:jackson-databind:2.14.2"
3838

0 commit comments

Comments
 (0)