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 28ae085 commit 332a94eCopy full SHA for 332a94e
build.gradle
@@ -109,8 +109,9 @@ dependencies {
109
implementation "eu.maveniverse.maven.mima:context:2.4.20"
110
runtimeOnly "eu.maveniverse.maven.mima.runtime:standalone-static:2.4.20"
111
112
- testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.10.1"
113
- testImplementation "org.junit.jupiter:junit-jupiter:5.10.1"
+ testImplementation platform('org.junit:junit-bom:5.12.1')
+ testImplementation "org.junit.jupiter:junit-jupiter"
114
+ testRuntimeOnly "org.junit.platform:junit-platform-launcher"
115
testImplementation "com.github.stefanbirkner:system-rules:1.17.2"
116
testImplementation "org.hamcrest:hamcrest-library:2.2"
117
testImplementation "com.github.tomakehurst:wiremock-jre8:2.32.0"
0 commit comments