We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26baa94 commit 1d57530Copy full SHA for 1d57530
build.gradle
@@ -259,7 +259,7 @@ dependencies {
259
compileOnly group: 'com.github.spotbugs', name: 'spotbugs-annotations', version: '4.9.3'
260
261
testImplementation group: 'org.junit.platform', name: 'junit-platform-runner', version: '1.12.0'
262
- testImplementation group: 'org.junit.platform', name: 'junit-platform-launcher', version: '1.12.0'
+ testImplementation group: 'org.junit.platform', name: 'junit-platform-launcher', version: '1.12.1'
263
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.12.0'
264
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-params', version: '5.12.0'
265
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.12.0'
0 commit comments