[build] Declare platform launcher dependency explicitly (#5909)

This commit is contained in:
Ryan Blue
2023-11-21 13:09:20 -05:00
committed by GitHub
parent f8d983b154
commit 80d7ad58ea
2 changed files with 4 additions and 6 deletions

View File

@@ -117,9 +117,8 @@ tasks.withType(JavaCompile).configureEach {
}
dependencies {
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.0'
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.10.0'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.0'
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.1'
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
devImplementation sourceSets.main.output
}

View File

@@ -25,9 +25,8 @@ dependencies {
implementation project(':romiVendordep')
implementation project(':xrpVendordep')
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.0'
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.10.0'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.0'
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.1'
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
}
jacoco {