There was an error while loading. Please reload this page.
1 parent 0b1350b commit 568445dCopy full SHA for 568445d
2 files changed
nebula-inject-test/build.gradle.kts
@@ -10,7 +10,7 @@ dependencies {
10
compileOnly("org.jspecify:jspecify:1.0.0")
11
12
compileOnly("org.junit.jupiter:junit-jupiter-api:5.11.0")
13
- api("org.mockito:mockito-core:5.13.0")
+ api("org.mockito:mockito-core:5.22.0")
14
api(project(":nebula-inject"))
15
16
testImplementation("org.junit.platform:junit-platform-launcher:1.11.0")
nebula-inject/build.gradle.kts
@@ -5,5 +5,5 @@ plugins {
5
dependencies {
6
7
8
- testImplementation("org.mockito:mockito-core:5.13.0")
+ testImplementation("org.mockito:mockito-core:5.22.0")
9
}
0 commit comments