Skip to content

Commit 892d8ae

Browse files
committed
fix: correct libs.versions.toml testcontainers dependencies
- (unused, template purpose only)
1 parent da9bd18 commit 892d8ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ release_plugin = "3.0.2"
1010
snakeyaml = { module = "org.yaml:snakeyaml", version.ref = "snakeyaml" }
1111
junit = { module = "org.junit.jupiter:junit-jupiter", version.ref = "junit" }
1212
assertj = { module = "org.assertj:assertj-core", version.ref = "assertj" }
13-
testcontainers = { module = "org.yaml:snakeyaml", version.ref = "testcontainers" }
14-
testcontainers_junit5 = { module = "org.yaml:snakeyaml", version.ref = "testcontainers" }
13+
testcontainers = { module = "org.testcontainers:testcontainers", version.ref = "testcontainers" }
14+
testcontainers_junit5 = { module = "org.testcontainers:junit-jupiter", version.ref = "testcontainers" }
1515

1616
[bundles]
1717
testcontainers_junit = ["testcontainers", "testcontainers_junit5"]

0 commit comments

Comments
 (0)