mirror of
https://github.com/jlengrand/detekt.git
synced 2026-03-10 08:11:23 +00:00
Update mockk (#3937)
Co-authored-by: Markus Schwarz <post@markus-schwarz.net>
This commit is contained in:
@@ -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")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user