We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13665a8 commit 189148fCopy full SHA for 189148f
build.gradle
@@ -261,7 +261,7 @@ dependencies {
261
compileOnly group: 'com.yuvimasory', name: 'orange-extensions', version: '1.3.0'
262
compileOnly group: 'com.github.spotbugs', name: 'spotbugs-annotations', version: '4.8.3'
263
264
- testImplementation group: 'org.junit.platform', name: 'junit-platform-runner', version: '1.10.1'
+ testImplementation group: 'org.junit.platform', name: 'junit-platform-runner', version: '1.10.2'
265
testImplementation group: 'org.junit.platform', name: 'junit-platform-launcher', version: '1.10.2'
266
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.10.1'
267
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-params', version: '5.10.1'
0 commit comments