File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ release_plugin = "3.0.2"
1010snakeyaml = { module = " org.yaml:snakeyaml" , version.ref = " snakeyaml" }
1111junit = { module = " org.junit.jupiter:junit-jupiter" , version.ref = " junit" }
1212assertj = { 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 ]
1717testcontainers_junit = [" testcontainers" , " testcontainers_junit5" ]
You can’t perform that action at this time.
0 commit comments