Skip to content

Commit b2584b7

Browse files
Bump to JUnit 5 (with vintage engine)
This doesn't migrate the tests - this will happen in a separate commit.
1 parent a5485c9 commit b2584b7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build.gradle

+3-1
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,11 @@ jar {
6767
dependencies {
6868
api 'org.slf4j:slf4j-api:' + slf4jVersion
6969
testImplementation 'org.slf4j:slf4j-simple:' + slf4jVersion
70-
testImplementation 'junit:junit:4.12'
7170
testImplementation 'org.awaitility:awaitility:2.0.0'
7271
testImplementation 'com.github.ben-manes.caffeine:caffeine:2.9.0'
72+
73+
testImplementation platform('org.junit:junit-bom:5.10.2')
74+
testImplementation 'org.junit.vintage:junit-vintage-engine'
7375
}
7476

7577
task sourcesJar(type: Jar) {

0 commit comments

Comments
 (0)