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 cb0c720Copy full SHA for cb0c720
_includes/tutorials/schedule-ktable-ttl-aggregate/kstreams/code/build.gradle
@@ -34,7 +34,7 @@ dependencies {
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"
37
- implementation "com.fasterxml.jackson.core:jackson-databind:2.14.2"
+ implementation "com.fasterxml.jackson.core:jackson-databind:2.15.2"
38
39
testImplementation "org.apache.kafka:kafka-streams-test-utils:3.1.0"
40
testImplementation "junit:junit:4.13.2"
0 commit comments