Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and adrianclay committed Dec 2, 2024
1 parent 25417a1 commit 49ab733
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 @@ -66,7 +66,7 @@ dependencies {
// Test
testImplementation 'org.springframework.boot:spring-boot-starter-test'
testImplementation "org.assertj:assertj-core:3.26.3"
testImplementation 'org.testcontainers:testcontainers:1.20.3'
testImplementation 'org.testcontainers:testcontainers:1.20.4'
testImplementation 'org.awaitility:awaitility:4.2.2'
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.10.3'
testImplementation 'org.wiremock:wiremock-standalone:3.9.2'
Expand Down

0 comments on commit 49ab733

Please sign in to comment.