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
…17.1 (#304)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored May 5, 2024
1 parent 11c7631 commit e4e684d
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.7.0'
implementation platform('com.fasterxml.jackson:jackson-bom:2.17.0')
implementation platform('com.fasterxml.jackson:jackson-bom:2.17.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 e4e684d

Please sign in to comment.