Skip to content

Commit

Permalink
Merge pull request #1526 from navikt/dependabot/gradle/org.apache.kaf…
Browse files Browse the repository at this point in the history
…ka-kafka-clients-3.6.0

Bump org.apache.kafka:kafka-clients from 3.5.1 to 3.6.0
  • Loading branch information
hestad authored Oct 5, 2023
2 parents 50562c5 + 529a104 commit 7697245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ subprojects {
implementation("io.github.cdimascio:dotenv-kotlin:6.4.1")
implementation("com.networknt:json-schema-validator:1.0.87")
implementation("com.ibm.mq:com.ibm.mq.allclient:9.3.3.1")
implementation("org.apache.kafka:kafka-clients:3.5.1") {
implementation("org.apache.kafka:kafka-clients:3.6.0") {
exclude("org.apache.kafka", "kafka-raft")
exclude("org.apache.kafka", "kafka-server-common")
exclude("org.apache.kafka", "kafka-storage")
Expand Down

0 comments on commit 7697245

Please sign in to comment.