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 9215c66 commit a33ca10Copy full SHA for a33ca10
1 file changed
buildSrc/src/main/kotlin/pq.java-conventions.gradle.kts
@@ -16,7 +16,7 @@ dependencies {
16
annotationProcessor("org.projectlombok:lombok:1.18.42")
17
18
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
19
- testImplementation("org.junit.jupiter:junit-jupiter:5.14.0")
+ testImplementation("org.junit.jupiter:junit-jupiter:6.0.0")
20
testImplementation("org.mockito:mockito-core:5.20.0")
21
testImplementation("org.mockito:mockito-junit-jupiter:5.20.0")
22
}
0 commit comments