Skip to content

Commit

Permalink
Update testcontainers-java monorepo to v1.20.3 (#223)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 15, 2024
1 parent 41f0d76 commit d5a12e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ dependencyResolutionManagement {
library("junit-params", "org.junit.jupiter", "junit-jupiter-params").versionRef("junit")
bundle("junit", listOf("junit-jupiter", "junit-params", "slf4j-simple"))

version("testcontainers", "1.20.1")
version("testcontainers", "1.20.3")
library("testcontainers-postgres", "org.testcontainers", "postgresql").versionRef("testcontainers")
library("testcontainers-mariadb", "org.testcontainers", "mariadb").versionRef("testcontainers")
library("testcontainers-mysql", "org.testcontainers", "mysql").versionRef("testcontainers")
Expand Down

0 comments on commit d5a12e5

Please sign in to comment.