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 74eb7ce commit 59c0fd6Copy full SHA for 59c0fd6
build.gradle
@@ -25,7 +25,7 @@ dependencies {
25
annotationProcessor "org.projectlombok:lombok:1.18.12"
26
27
testImplementation "org.junit.jupiter:junit-jupiter-api:5.6.2"
28
- testImplementation "org.junit.jupiter:junit-jupiter-params:5.5.1"
+ testImplementation "org.junit.jupiter:junit-jupiter-params:5.6.2"
29
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.5.1"
30
testImplementation "org.hamcrest:java-hamcrest:2.0.0.0"
31
}
0 commit comments