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 2cc8be9 commit ff7803aCopy full SHA for ff7803a
build.gradle
@@ -58,7 +58,7 @@ dependencies {
58
59
testImplementation( testFixtures( "com.enonic.xp:core-api" ) )
60
testImplementation "com.enonic.xp:testing:${xpVersion}"
61
- testImplementation(platform("org.junit:junit-bom:6.0.0"))
+ testImplementation(platform("org.junit:junit-bom:6.0.1"))
62
testImplementation(platform("org.mockito:mockito-bom:5.20.0"))
63
testImplementation 'org.junit.jupiter:junit-jupiter'
64
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
0 commit comments