We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adeb431 commit 0828694Copy full SHA for 0828694
1 file changed
build.gradle
@@ -78,6 +78,7 @@ ext {
78
jsonpathVersion = '2.9.0'
79
junit4Version = '4.13.2'
80
junitJupiterVersion = '5.12.2'
81
+ junitPioneerVersion = '2.3.0'
82
kotlinCoroutinesVersion = '1.8.1'
83
kryoVersion = '5.6.2'
84
lettuceVersion = '6.6.0.RELEASE'
@@ -300,6 +301,7 @@ configure(javaProjects) { subproject ->
300
301
}
302
testImplementation 'org.junit.jupiter:junit-jupiter-api'
303
testImplementation 'org.junit.jupiter:junit-jupiter-params'
304
+ testImplementation "org.junit-pioneer:junit-pioneer:$junitPioneerVersion"
305
testImplementation("com.willowtreeapps.assertk:assertk-jvm:$assertkVersion") {
306
exclude group: 'org.jetbrains.kotlin'
307
0 commit comments