Update test deps for Java 11

Prevent bytecode generation related test failures in tests that rely on
PowerMock by updating to PowerMock 2.
This commit is contained in:
Gary Tierney
2019-07-16 16:35:32 +01:00
parent 1b3f1ab5c4
commit 57fc49a42b
8 changed files with 9 additions and 5 deletions
+1
View File
@@ -4,6 +4,7 @@ apply from: "$rootDir/gradle/kotlin.gradle"
dependencies {
api group: 'io.gitlab.arturbosch.detekt', name: 'detekt-api', version: detektVersion
api group: 'org.jetbrains.kotlin', name: 'kotlin-stdlib-jdk8'
test.useJUnitPlatform()
testImplementation("org.junit.jupiter:junit-jupiter-api:${junitJupiterVersion}")