Skip to content

Commit

Permalink
Update org.mockito:mockito-core to v5.12.0 (was 5.6.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and ihostage committed Jun 27, 2024
1 parent 4fff4bf commit d6d2692
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion java/ebean/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ h2 = "2.2.224"
junit = "4.13.2"
assertj = "3.26.0"
awaitility = "4.2.1"
mockito = "5.6.0"
mockito = "5.12.0"

[libraries]
h2 = { group = "com.h2database", name = "h2", version.ref = "h2" }
Expand Down
2 changes: 1 addition & 1 deletion java/jpa/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ hibernate = "6.3.1.Final"
junit = "4.13.2"
assertj = "3.26.0"
awaitility = "4.2.1"
mockito = "5.6.0"
mockito = "5.12.0"

[libraries]
h2 = { group = "com.h2database", name = "h2", version.ref = "h2" }
Expand Down

0 comments on commit d6d2692

Please sign in to comment.