Skip to content

Commit

Permalink
chore(deps): bump org.testcontainers:kafka in the dependencies group
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 1 update: [org.testcontainers:kafka](https://github.com/testcontainers/testcontainers-java).


Updates `org.testcontainers:kafka` from 1.20.1 to 1.20.2
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md)
- [Commits](testcontainers/testcontainers-java@1.20.1...1.20.2)

---
updated-dependencies:
- dependency-name: org.testcontainers:kafka
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 1, 2024
1 parent 3a3aab0 commit 646a8ef
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 @@ -11,7 +11,7 @@ val logbackVersion = "1.5.8"
val logstashEncoderVersion = "8.0"
val prometheusVersion = "0.16.0"
val mockkVersion = "1.13.12"
val testContainerKafkaVersion = "1.20.1"
val testContainerKafkaVersion = "1.20.2"
val nimbusVersion = "9.40"
val kotlinVersion = "2.0.20"
val jaxbRuntimeVersion = "2.4.0-b180830.0438"
Expand Down

0 comments on commit 646a8ef

Please sign in to comment.