Skip to content

Commit

Permalink
Bump org.testcontainers:testcontainers from 1.19.8 to 1.20.0 in /serv…
Browse files Browse the repository at this point in the history
…ice (#797)

Bumps [org.testcontainers:testcontainers](https://github.com/testcontainers/testcontainers-java) from 1.19.8 to 1.20.0.
- [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.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 29, 2024
1 parent 8048001 commit 9335134
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ dependencies {
// Test
testImplementation 'org.springframework.boot:spring-boot-starter-test'
testImplementation "org.assertj:assertj-core:3.26.3"
testImplementation 'org.testcontainers:testcontainers:1.19.8'
testImplementation 'org.testcontainers:testcontainers:1.20.0'
testImplementation 'org.awaitility:awaitility:4.2.1'
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.10.3'
testImplementation 'org.wiremock:wiremock-standalone:3.8.0'
Expand Down

0 comments on commit 9335134

Please sign in to comment.