We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13665a8 commit 8f81504Copy full SHA for 8f81504
build.gradle
@@ -263,7 +263,7 @@ dependencies {
263
264
testImplementation group: 'org.junit.platform', name: 'junit-platform-runner', version: '1.10.1'
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'
+ 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.1'
268
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.10.1'
269
testImplementation group: 'org.hamcrest', name: 'hamcrest', version: '2.2'
0 commit comments