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 3cf1e50 commit d9bc065Copy full SHA for d9bc065
buildSrc/src/main/kotlin/pq.java-conventions.gradle.kts
@@ -16,7 +16,7 @@ dependencies {
16
annotationProcessor("org.projectlombok:lombok:1.18.38")
17
18
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
19
- testImplementation("org.junit.jupiter:junit-jupiter:5.13.3")
+ testImplementation("org.junit.jupiter:junit-jupiter:5.13.4")
20
testImplementation("org.mockito:mockito-core:5.18.0")
21
testImplementation("org.mockito:mockito-junit-jupiter:5.18.0")
22
}
0 commit comments