Update mockk (#3937)

Co-authored-by: Markus Schwarz <post@markus-schwarz.net>
This commit is contained in:
marschwar
2021-07-11 11:55:37 +02:00
committed by GitHub
parent 2d03b94706
commit d81d6a2979
5 changed files with 1 additions and 25 deletions

View File

@@ -19,10 +19,4 @@ dependencies {
testImplementation(projects.detektTest)
testImplementation(testFixtures(projects.detektApi))
testImplementation(libs.mockk)
constraints {
testImplementation("net.bytebuddy:byte-buddy:1.11.5") {
because("version 1.10.14 (pulled in by mockk 1.11.0) is not Java 16 compatible")
}
}
}

View File

@@ -7,10 +7,4 @@ dependencies {
testImplementation(projects.detektTestUtils)
testImplementation(testFixtures(projects.detektApi))
testImplementation(libs.mockk)
constraints {
testImplementation("net.bytebuddy:byte-buddy:1.11.5") {
because("version 1.10.14 (pulled in by mockk 1.11.0) is not Java 16 compatible")
}
}
}

View File

@@ -12,10 +12,4 @@ dependencies {
testImplementation(projects.detektTestUtils)
testImplementation(testFixtures(projects.detektApi))
testImplementation(libs.mockk)
constraints {
testImplementation("net.bytebuddy:byte-buddy:1.11.5") {
because("version 1.10.14 (pulled in by mockk 1.11.0) is not Java 16 compatible")
}
}
}

View File

@@ -8,10 +8,4 @@ dependencies {
testImplementation(projects.detektMetrics)
testImplementation(projects.detektTest)
testImplementation(libs.mockk)
constraints {
testImplementation("net.bytebuddy:byte-buddy:1.11.5") {
because("version 1.10.14 (pulled in by mockk 1.11.0) is not Java 16 compatible")
}
}
}

View File

@@ -42,7 +42,7 @@ spek-runner = { module = "org.spekframework.spek2:spek-runner-junit5", version.r
sarif4k = "io.github.detekt.sarif4k:sarif4k:0.0.1"
assertj = "org.assertj:assertj-core:3.20.2"
reflections = "org.reflections:reflections:0.9.12"
mockk = "io.mockk:mockk:1.11.0"
mockk = "io.mockk:mockk:1.12.0"
junitLauncher = "org.junit.platform:junit-platform-launcher:1.7.1"
snakeyaml = "org.yaml:snakeyaml:1.29"
jcommander = "com.beust:jcommander:1.81"