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 org.apache.kafka:kafka-clients to v3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 4, 2023
1 parent 1a1708e commit 3355630
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 @@ java {
}

dependencies {
implementation group: 'org.apache.kafka', name: 'kafka-clients', version: '3.5.1'
implementation group: 'org.apache.kafka', name: 'kafka-clients', version: '3.6.0'
implementation platform('com.fasterxml.jackson:jackson-bom:2.15.2')
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind'
implementation "com.fasterxml.jackson.dataformat:jackson-dataformat-yaml"
Expand Down

0 comments on commit 3355630

Please sign in to comment.