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

Commit

Permalink
fix(deps): update dependency com.fasterxml.jackson:jackson-bom to v2.…
Browse files Browse the repository at this point in the history
…16.1 (#245)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 25, 2023
1 parent 7a264c9 commit c62a539
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 @@ -26,7 +26,7 @@ java {

dependencies {
implementation group: 'org.apache.kafka', name: 'kafka-clients', version: '3.6.1'
implementation platform('com.fasterxml.jackson:jackson-bom:2.16.0')
implementation platform('com.fasterxml.jackson:jackson-bom:2.16.1')
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind'
implementation "com.fasterxml.jackson.dataformat:jackson-dataformat-yaml"
implementation "com.fasterxml.jackson.datatype:jackson-datatype-jdk8"
Expand Down

0 comments on commit c62a539

Please sign in to comment.