Skip to content

Commit

Permalink
Bump testContainersVersion from 1.20.4 to 1.20.5 (#166)
Browse files Browse the repository at this point in the history
Bumps `testContainersVersion` from 1.20.4 to 1.20.5.

Updates `org.testcontainers:testcontainers` from 1.20.4 to 1.20.5
- [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.4...1.20.5)

Updates `org.testcontainers:kafka` from 1.20.4 to 1.20.5
- [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.4...1.20.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 21, 2025
1 parent 617cf47 commit 42322ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kafka-test/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
val kafkaClientsVersion = "3.9.0"
val testcontainersVersion = "1.20.4"
val testcontainersVersion = "1.20.5"
val kotlinxCoroutinesVersion = "1.10.1"
dependencies {
implementation(project(":logging"))
Expand Down

0 comments on commit 42322ab

Please sign in to comment.