Skip to content

Commit

Permalink
Bump org.testcontainers:kafka from 1.20.4 to 1.20.5 (#525)
Browse files Browse the repository at this point in the history
Bumps [org.testcontainers:kafka](https://github.com/testcontainers/testcontainers-java) 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: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 Mar 3, 2025
1 parent b0c2013 commit cd558f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ dependencies {
testImplementation("org.mockito:mockito-core")
testImplementation("org.testcontainers:junit-jupiter:1.20.4")
testImplementation("org.testcontainers:testcontainers:1.20.4")
testImplementation("org.testcontainers:kafka:1.20.4")
testImplementation("org.testcontainers:kafka:1.20.5")
testImplementation("org.mockito:mockito-junit-jupiter:5.15.2")
testImplementation("org.junit.jupiter:junit-jupiter-params:5.11.4")
testImplementation("io.projectreactor:reactor-test")
Expand Down

0 comments on commit cd558f1

Please sign in to comment.