Skip to content

Commit 59fd769

Browse files
authored
fix(deps): update dependency org.testcontainers:testcontainers-bom to v2 (#1456)
2 parents ff17fe4 + f537d1d commit 59fd769

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

gradle/libs.versions.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ junit-jupiter-engine = { module = "org.junit.jupiter:junit-jupiter-engine" }
2020
junit-platform-launcher = { module = "org.junit.platform:junit-platform-launcher" }
2121
apiguardian = { module = "org.apiguardian:apiguardian-api", version = "1.1.2" }
2222

23-
testcontainers-bom = { module = "org.testcontainers:testcontainers-bom", version = "1.21.3" }
24-
testcontainers-mysql = { module = "org.testcontainers:mysql" }
25-
testcontainers-oracle = { module = "org.testcontainers:oracle-xe" }
26-
testcontainers-postgresql = { module = "org.testcontainers:postgresql" }
27-
testcontainers-sqlserver = { module = "org.testcontainers:mssqlserver" }
23+
testcontainers-bom = { module = "org.testcontainers:testcontainers-bom", version = "2.0.0" }
24+
testcontainers-mysql = { module = "org.testcontainers:testcontainers-mysql" }
25+
testcontainers-oracle = { module = "org.testcontainers:testcontainers-oracle-xe" }
26+
testcontainers-postgresql = { module = "org.testcontainers:testcontainers-postgresql" }
27+
testcontainers-sqlserver = { module = "org.testcontainers:testcontainers-mssqlserver" }
2828

2929
ecj = { module = "org.eclipse.jdt:ecj", version = "3.43.0" }
3030

0 commit comments

Comments
 (0)