Skip to content

Commit

Permalink
fix(deps): update mockito monorepo to v5.15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 11, 2025
1 parent d07cba2 commit 80a2cf8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ dependencies {
testImplementation("org.junit.jupiter:junit-jupiter")
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
testImplementation(group = "org.assertj", name = "assertj-core", version = "3.27.2")
testImplementation(group = "org.mockito", name = "mockito-core", version = "5.14.2")
testImplementation(group = "org.mockito", name = "mockito-junit-jupiter", version = "5.14.2")
mockitoAgent( group = "org.mockito", name = "mockito-core", version = "5.14.2") {
testImplementation(group = "org.mockito", name = "mockito-core", version = "5.15.2")
testImplementation(group = "org.mockito", name = "mockito-junit-jupiter", version = "5.15.2")
mockitoAgent( group = "org.mockito", name = "mockito-core", version = "5.15.2") {
isTransitive = false
}
}
Expand Down

0 comments on commit 80a2cf8

Please sign in to comment.