We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a18ed9b commit 0e2f621Copy full SHA for 0e2f621
build.gradle
@@ -25,7 +25,7 @@ dependencies {
25
compileOnly "com.typesafe:config:1.4.3"
26
27
testImplementation "org.junit.jupiter:junit-jupiter-api:5.10.2"
28
- testImplementation "org.junit.jupiter:junit-jupiter-params:5.10.2"
+ testImplementation "org.junit.jupiter:junit-jupiter-params:5.11.0"
29
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.10.2"
30
testImplementation "org.hamcrest:java-hamcrest:2.0.0.0"
31
}
0 commit comments