Skip to content

Commit 568445d

Browse files
Update dependency org.mockito:mockito-core to v5.22.0
1 parent 0b1350b commit 568445d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

nebula-inject-test/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies {
1010
compileOnly("org.jspecify:jspecify:1.0.0")
1111

1212
compileOnly("org.junit.jupiter:junit-jupiter-api:5.11.0")
13-
api("org.mockito:mockito-core:5.13.0")
13+
api("org.mockito:mockito-core:5.22.0")
1414
api(project(":nebula-inject"))
1515

1616
testImplementation("org.junit.platform:junit-platform-launcher:1.11.0")

nebula-inject/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ plugins {
55
dependencies {
66
compileOnly("org.jspecify:jspecify:1.0.0")
77

8-
testImplementation("org.mockito:mockito-core:5.13.0")
8+
testImplementation("org.mockito:mockito-core:5.22.0")
99
}

0 commit comments

Comments
 (0)