Skip to content

Commit

Permalink
Update testcontainers-java monorepo to v1.20.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 11, 2024
1 parent 3327717 commit b70d639
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 b70d639

Please sign in to comment.