Skip to content

Commit e4be278

Browse files
authored
Merge pull request #392 from domaframework/renovate/major-testcontainers-java-monorepo
Update dependency org.testcontainers:testcontainers-bom to v2
2 parents 010507f + e532dcb commit e4be278

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ junit-jupiter-api = { module = "org.junit.jupiter:junit-jupiter-api" }
1818
junit-jupiter-engine = { module = "org.junit.jupiter:junit-jupiter-engine" }
1919
junit-platform-launcher = { module = "org.junit.platform:junit-platform-launcher" }
2020

21-
testcontainers-bom = { module = "org.testcontainers:testcontainers-bom", version = "1.21.3" }
22-
testcontainers-mysql = { module = "org.testcontainers:mysql" }
23-
testcontainers-postgresql = { module = "org.testcontainers:postgresql" }
21+
testcontainers-bom = { module = "org.testcontainers:testcontainers-bom", version = "2.0.1" }
22+
testcontainers-mysql = { module = "org.testcontainers:testcontainers-mysql" }
23+
testcontainers-postgresql = { module = "org.testcontainers:testcontainers-postgresql" }
2424

2525
google-java-format = { module = "com.google.googlejavaformat:google-java-format", version = "1.28.0" }
2626
ktlint = { module = "com.pinterest.ktlint:ktlint-cli", version = "1.7.1" }

0 commit comments

Comments
 (0)