Skip to content

Commit

Permalink
Bump org.apache.kafka:kafka-clients in the backend group (#301)
Browse files Browse the repository at this point in the history
Bumps the backend group with 1 update: org.apache.kafka:kafka-clients.


Updates `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
  dependency-group: backend
...

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 Aug 2, 2024
1 parent c36e3d5 commit 96819bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ ktor-serverTests = { module = "io.ktor:ktor-server-tests", version.ref = "ktor-v
jacksonDatatypejsr310 = { module = "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", version = "2.17.2" }

#Kafka
kafka-clients = { module = "org.apache.kafka:kafka-clients", version = "3.7.1"}
kafka-clients = { module = "org.apache.kafka:kafka-clients", version = "3.8.0"}
kafka-avro-serializer = { module = "io.confluent:kafka-avro-serializer", version = "7.6.0"}
commons-compress = { module = "org.apache.commons:commons-compress", version = "1.26.2" }

Expand Down

0 comments on commit 96819bb

Please sign in to comment.