Skip to content

Commit

Permalink
Update dependency org.mockito:mockito-core to v5.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 27, 2024
1 parent 74a76fe commit 9f754e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dependencyResolutionManagement {
version("junit.version", "5.11.1")
library("junit.jupiter", "org.junit.jupiter", "junit-jupiter-api").versionRef("junit.version")
library("assertj","org.assertj", "assertj-core").version("3.26.3")
library("mockito","org.mockito", "mockito-core").version("5.13.0")
library("mockito","org.mockito", "mockito-core").version("5.14.0")
bundle("junit", listOf("junit.jupiter", "assertj", "mockito"))
}

Expand Down

0 comments on commit 9f754e6

Please sign in to comment.