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 5d8976b + f90d3b3 commit 80450afCopy full SHA for 80450af
java-gradle/build.gradle
@@ -15,8 +15,8 @@ dependencies {
15
testImplementation 'org.assertj:assertj-core:3.27.3'
16
testImplementation 'org.mockito:mockito-core:5.18.0'
17
testImplementation 'io.dropwizard.metrics:metrics-core:4.2.33'
18
- testImplementation 'org.junit.jupiter:junit-jupiter-api:5.13.3'
19
- testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.13.3'
+ testImplementation 'org.junit.jupiter:junit-jupiter-api:5.13.4'
+ testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.13.4'
20
}
21
22
test {
0 commit comments