Skip to content

Commit

Permalink
Bump org.testcontainers:testcontainers from 1.20.0 to 1.20.1
Browse files Browse the repository at this point in the history
Bumps [org.testcontainers:testcontainers](https://github.com/testcontainers/testcontainers-java) from 1.20.0 to 1.20.1.
- [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.0...1.20.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 2, 2024
1 parent 4c1248f commit 5a1d1cd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ dependencies {
runtimeOnly("ch.qos.logback:logback-classic")

testImplementation("org.mockito:mockito-core")
testImplementation("org.testcontainers:junit-jupiter:1.20.0")
testImplementation("org.testcontainers:testcontainers:1.20.0")
testImplementation("org.testcontainers:kafka:1.20.0")
testImplementation("org.testcontainers:junit-jupiter:1.20.1")
testImplementation("org.testcontainers:testcontainers:1.20.1")
testImplementation("org.testcontainers:kafka:1.20.1")
testImplementation("org.mockito:mockito-junit-jupiter:5.13.0")
testImplementation("org.junit.jupiter:junit-jupiter-params:5.11.0")
testImplementation("io.projectreactor:reactor-test")
Expand Down

0 comments on commit 5a1d1cd

Please sign in to comment.