Skip to content

Commit 523c747

Browse files
Update dependency org.testcontainers:testcontainers-bom to v2
1 parent f0a11cb commit 523c747

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ junit-bom = "org.junit:junit-bom:6.0.1"
5858
junit-jupiter-api = { group = "org.junit.jupiter", name = "junit-jupiter-api" }
5959
junit-jupiter-engine = { group = "org.junit.jupiter", name = "junit-jupiter-engine" }
6060
junit-platform-launcher = { group = "org.junit.platform", name = "junit-platform-launcher" }
61-
testcontainers-bom = { group = "org.testcontainers", name = "testcontainers-bom", version = "1.21.4" }
61+
testcontainers-bom = { group = "org.testcontainers", name = "testcontainers-bom", version = "2.0.3" }
6262
testcontainers-core = { group = "org.testcontainers", name = "testcontainers" }
6363
testcontainers-junit = { group = "org.testcontainers", name = "junit-jupiter" }
6464
testcontainers-postgresql = { group = "org.testcontainers", name = "postgresql" }

0 commit comments

Comments
 (0)