We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c68146a commit c2b9771Copy full SHA for c2b9771
_includes/tutorials/schedule-ktable-ttl-aggregate/kstreams/code/build.gradle
@@ -33,7 +33,7 @@ dependencies {
33
implementation "io.confluent:common-utils:7.3.3"
34
implementation "org.apache.kafka:kafka-clients:3.1.0"
35
implementation "com.fasterxml.jackson.core:jackson-core:2.14.2"
36
- implementation "com.fasterxml.jackson.core:jackson-annotations:2.14.2"
+ implementation "com.fasterxml.jackson.core:jackson-annotations:2.15.2"
37
implementation "com.fasterxml.jackson.core:jackson-databind:2.14.2"
38
39
testImplementation "org.apache.kafka:kafka-streams-test-utils:3.1.0"
0 commit comments