Skip to content

Commit

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

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

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 Nov 26, 2024
1 parent 103a187 commit f154ac3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ dependencies {
// should use the -no-dependencies version, but logger configuration is broken in artifact
// also would like to use newer version, but there is no working arm docker image available
testImplementation("org.mock-server:mockserver-client-java:5.15.0")
testImplementation("org.testcontainers:testcontainers:1.19.8")
testImplementation("org.testcontainers:junit-jupiter:1.19.8")
testImplementation("org.testcontainers:mockserver:1.19.8")
testImplementation("org.testcontainers:hivemq:1.19.8")
testImplementation("org.testcontainers:testcontainers:1.20.4")
testImplementation("org.testcontainers:junit-jupiter:1.20.4")
testImplementation("org.testcontainers:mockserver:1.20.4")
testImplementation("org.testcontainers:hivemq:1.20.4")
testImplementation("org.awaitility:awaitility-kotlin:4.2.1")
}

Expand Down

0 comments on commit f154ac3

Please sign in to comment.