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