Skip to content

Commit 2dddd19

Browse files
committed
snyk issue
1 parent 062227d commit 2dddd19

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,11 @@ dependencies {
4848
implementation(libs.rundeckCore) {
4949
exclude(group: "com.jcraft")
5050
}
51-
testImplementation("org.junit.jupiter:junit-jupiter:5.11.0")
51+
5252
testImplementation("org.mockito:mockito-core:5.13.0")
5353
testImplementation("org.slf4j:slf4j-simple:2.0.13")
54+
testImplementation("org.junit.jupiter:junit-jupiter:5.11.0")
55+
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
5456
testImplementation(libs.rundeckCore)
5557

5658
// Add secure commons-lang3 to provide alternative to vulnerable commons-lang 2.6

0 commit comments

Comments
 (0)