We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d57530 commit 40f9cb1Copy full SHA for 40f9cb1
build.gradle
@@ -258,7 +258,7 @@ dependencies {
258
compileOnly group: 'com.yuvimasory', name: 'orange-extensions', version: '1.3.0'
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'
+ testImplementation group: 'org.junit.platform', name: 'junit-platform-runner', version: '1.12.1'
262
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'
0 commit comments