We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 65e9395 + 894ac88 commit bfd5d37Copy full SHA for bfd5d37
build.gradle
@@ -478,7 +478,7 @@ dependencies {
478
479
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.1'
480
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.10.2'
481
- testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.1'
+ testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.2'
482
483
// For mocking features during unit tests
484
testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.10.0'
0 commit comments