Skip to content

Commit c2b9771

Browse files
Bump com.fasterxml.jackson.core:jackson-annotations
Bumps [com.fasterxml.jackson.core:jackson-annotations](https://github.com/FasterXML/jackson) from 2.14.2 to 2.15.2. - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-annotations dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c68146a commit c2b9771

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
@@ -33,7 +33,7 @@ dependencies {
3333
implementation "io.confluent:common-utils:7.3.3"
3434
implementation "org.apache.kafka:kafka-clients:3.1.0"
3535
implementation "com.fasterxml.jackson.core:jackson-core:2.14.2"
36-
implementation "com.fasterxml.jackson.core:jackson-annotations:2.14.2"
36+
implementation "com.fasterxml.jackson.core:jackson-annotations:2.15.2"
3737
implementation "com.fasterxml.jackson.core:jackson-databind:2.14.2"
3838

3939
testImplementation "org.apache.kafka:kafka-streams-test-utils:3.1.0"

0 commit comments

Comments
 (0)