Skip to content

Commit

Permalink
Bump org.apache.kafka:kafka-clients from 3.5.1 to 3.6.0 (#206)
Browse files Browse the repository at this point in the history
Bumps org.apache.kafka:kafka-clients from 3.5.1 to 3.6.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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 5, 2023
1 parent 753cd07 commit cc4b091
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.5.1") // https://mvnrepository.com/artifact/org.apache.kafka/kafka-clients
set("kafkaVersion", "3.6.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", "32.1.2-jre") // https://mvnrepository.com/artifact/com.google.guava/guava
set("log4jVersion", "2.20.0") // https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-core
Expand Down

0 comments on commit cc4b091

Please sign in to comment.