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 8f3ea21 commit 017127fCopy full SHA for 017127f
java-project/build.gradle
@@ -4,6 +4,6 @@ plugins {
4
}
5
6
dependencies {
7
- testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.4'
8
- testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.4'
+ testImplementation 'org.junit.jupiter:junit-jupiter-api:6.0.0'
+ testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:6.0.0'
9
0 commit comments