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.
1 parent 9a36a48 commit c3b8684Copy full SHA for c3b8684
build.gradle
@@ -101,7 +101,7 @@ dependencies {
101
// for JaCoCo Reports
102
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.4'
103
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.4'
104
- testImplementation 'org.junit.jupiter:junit-jupiter-params:5.11.4'
+ testImplementation 'org.junit.jupiter:junit-jupiter-params:5.12.2'
105
106
// https://mvnrepository.com/artifact/org.mockito/mockito-junit-jupiter
107
testImplementation 'org.mockito:mockito-junit-jupiter:+'
0 commit comments