We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9243c1 commit 2838ec6Copy full SHA for 2838ec6
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.2'
267
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-params', version: '5.10.2'
0 commit comments