Skip to content

Commit

Permalink
Bump org.apache.kafka:kafka-clients from 3.7.1 to 3.8.0
Browse files Browse the repository at this point in the history
Bumps org.apache.kafka:kafka-clients from 3.7.1 to 3.8.0.

---
updated-dependencies:
- dependency-name: org.apache.kafka:kafka-clients
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 6, 2024
1 parent a5f58a4 commit 575314e
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 @@ -34,7 +34,7 @@ subprojects {

extra.apply {
set("creekVersion", "0.4.1") // https://mvnrepository.com/artifact/org.creekservice
set("kafkaVersion", "3.7.1") // https://mvnrepository.com/artifact/org.apache.kafka/kafka-clients
set("kafkaVersion", "3.8.0") // https://mvnrepository.com/artifact/org.apache.kafka/kafka-clients
set("spotBugsVersion", "4.4.2") // https://mvnrepository.com/artifact/com.github.spotbugs/spotbugs-annotations
set("guavaVersion", "33.2.1-jre") // https://mvnrepository.com/artifact/com.google.guava/guava
set("log4jVersion", "2.23.1") // https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-core
Expand Down

0 comments on commit 575314e

Please sign in to comment.