Skip to content
This repository has been archived by the owner on May 5, 2024. It is now read-only.

Commit

Permalink
chore(deps): bump jackson-datatype-jdk8 from 2.10.2 to 2.13.4
Browse files Browse the repository at this point in the history
Bumps jackson-datatype-jdk8 from 2.10.2 to 2.13.4.

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jdk8
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 11, 2022
1 parent 9127cdc commit 9b06bbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies {
compile group: 'org.apache.kafka', name: 'kafka-clients', version: '2.4.0'
compile group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.10.1'
compile "com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.9.8"
compile "com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.10.2"
compile "com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.13.4"
compile 'info.picocli:picocli:4.1.4'

compile 'org.slf4j:slf4j-api:1.7.30'
Expand Down

0 comments on commit 9b06bbb

Please sign in to comment.