Skip to content

Commit 5b70082

Browse files
Bump com.fasterxml.jackson.core:jackson-databind from 2.14.2 to 2.15.2
Bumps [com.fasterxml.jackson.core:jackson-databind](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-databind dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 548459a commit 5b70082

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
@@ -34,7 +34,7 @@ dependencies {
3434
implementation "org.apache.kafka:kafka-clients:3.1.0"
3535
implementation "com.fasterxml.jackson.core:jackson-core:2.14.2"
3636
implementation "com.fasterxml.jackson.core:jackson-annotations:2.14.2"
37-
implementation "com.fasterxml.jackson.core:jackson-databind:2.14.2"
37+
implementation "com.fasterxml.jackson.core:jackson-databind:2.15.2"
3838

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

0 commit comments

Comments
 (0)