Skip to content

Commit

Permalink
Bump org.apache.kafka:kafka-clients from 3.7.1 to 3.8.1 (#400)
Browse files Browse the repository at this point in the history
Bumps org.apache.kafka:kafka-clients from 3.7.1 to 3.8.1.

---
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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 29, 2024
1 parent 1fe2f68 commit 69ea16f
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.1") // 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.3.1-jre") // https://mvnrepository.com/artifact/com.google.guava/guava
set("log4jVersion", "2.24.1") // https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-core
Expand Down

0 comments on commit 69ea16f

Please sign in to comment.