Skip to content

Commit 332a94e

Browse files
committed
build: use recommended JUnit gradle setup
1 parent 28ae085 commit 332a94e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,9 @@ dependencies {
109109
implementation "eu.maveniverse.maven.mima:context:2.4.20"
110110
runtimeOnly "eu.maveniverse.maven.mima.runtime:standalone-static:2.4.20"
111111

112-
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.10.1"
113-
testImplementation "org.junit.jupiter:junit-jupiter:5.10.1"
112+
testImplementation platform('org.junit:junit-bom:5.12.1')
113+
testImplementation "org.junit.jupiter:junit-jupiter"
114+
testRuntimeOnly "org.junit.platform:junit-platform-launcher"
114115
testImplementation "com.github.stefanbirkner:system-rules:1.17.2"
115116
testImplementation "org.hamcrest:hamcrest-library:2.2"
116117
testImplementation "com.github.tomakehurst:wiremock-jre8:2.32.0"

0 commit comments

Comments
 (0)