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 34859d0 commit af89b95Copy full SHA for af89b95
build.gradle
@@ -46,8 +46,8 @@ dependencies {
46
testAnnotationProcessor 'org.projectlombok:lombok:1.18.34'
47
48
// https://junit.org/junit5/docs/current/user-guide/#running-tests-build
49
- testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.0")
50
- testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.0")
+ testImplementation("org.junit.jupiter:junit-jupiter-api:6.0.2")
+ testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:6.0.2")
51
}
52
53
test {
0 commit comments