File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[versions ]
2- snakeyaml = " 1.33"
32junit = " 5.8.1"
43assertj = " 3.24.2"
54testcontainers = " 1.18.3"
65publish_plugin = " 1.3.0"
76release_plugin = " 3.0.2"
87
98[libraries ]
10- snakeyaml = { module = " org.yaml:snakeyaml" , version.ref = " snakeyaml" }
119junit = { module = " org.junit.jupiter:junit-jupiter" , version.ref = " junit" }
1210assertj = { module = " org.assertj:assertj-core" , version.ref = " assertj" }
1311testcontainers = { module = " org.testcontainers:testcontainers" , version.ref = " testcontainers" }
Original file line number Diff line number Diff line change @@ -42,9 +42,6 @@ val intTestImplementation by configurations.getting {
4242configurations[" intTestRuntimeOnly" ].extendsFrom(configurations.runtimeOnly.get())
4343
4444dependencies {
45- // TODO: remove again after verifying 'trivy scan' & 'renovate' integration works
46- implementation(libs.snakeyaml)
47-
4845 testImplementation(libs.junit)
4946
5047 intTestImplementation(libs.junit)
You can’t perform that action at this time.
0 commit comments