File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -20,11 +20,11 @@ junit-jupiter-engine = { module = "org.junit.jupiter:junit-jupiter-engine" }
2020junit-platform-launcher = { module = " org.junit.platform:junit-platform-launcher" }
2121apiguardian = { 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
2929ecj = { module = " org.eclipse.jdt:ecj" , version = " 3.43.0" }
3030
You can’t perform that action at this time.
0 commit comments