We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5485c9 commit b2584b7Copy full SHA for b2584b7
build.gradle
@@ -67,9 +67,11 @@ jar {
67
dependencies {
68
api 'org.slf4j:slf4j-api:' + slf4jVersion
69
testImplementation 'org.slf4j:slf4j-simple:' + slf4jVersion
70
- testImplementation 'junit:junit:4.12'
71
testImplementation 'org.awaitility:awaitility:2.0.0'
72
testImplementation 'com.github.ben-manes.caffeine:caffeine:2.9.0'
+
73
+ testImplementation platform('org.junit:junit-bom:5.10.2')
74
+ testImplementation 'org.junit.vintage:junit-vintage-engine'
75
}
76
77
task sourcesJar(type: Jar) {
0 commit comments