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 abfeae6 commit 2f004d3Copy full SHA for 2f004d3
build.gradle
@@ -15,7 +15,7 @@ dependencies {
15
compileOnly "com.enonic.xp:script-api:${xpVersion}"
16
testImplementation "com.enonic.xp:testing:${xpVersion}"
17
testImplementation 'org.mockito:mockito-junit-jupiter:5.15.2'
18
- testImplementation 'org.junit.jupiter:junit-jupiter:5.12.0'
+ testImplementation 'org.junit.jupiter:junit-jupiter:6.0.1'
19
}
20
21
jacocoTestReport {
0 commit comments