Skip to content

Commit

Permalink
Bump org.testcontainers:testcontainers-bom in the dependencies group (#…
Browse files Browse the repository at this point in the history
…76)

Bumps the dependencies group with 1 update: [org.testcontainers:testcontainers-bom](https://github.com/testcontainers/testcontainers-java).


Updates `org.testcontainers:testcontainers-bom` from 1.20.2 to 1.20.3
- [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.2...1.20.3)

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

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 Oct 29, 2024
1 parent f358cd9 commit 92b519d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies {
testImplementation("org.assertj:assertj-core:3.26.3")
testImplementation("org.mock-server:mockserver-client-java-no-dependencies:$mockServerVersion")
testImplementation("org.mock-server:mockserver-junit-jupiter-no-dependencies:$mockServerVersion")
testImplementation(platform("org.testcontainers:testcontainers-bom:1.20.2"))
testImplementation(platform("org.testcontainers:testcontainers-bom:1.20.3"))
testImplementation("org.testcontainers:testcontainers")
testImplementation("org.testcontainers:junit-jupiter")
}
Expand Down

0 comments on commit 92b519d

Please sign in to comment.