Skip to content

Commit

Permalink
build: bump org.mockito:mockito-core from 5.10.0 to 5.11.0 (#162)
Browse files Browse the repository at this point in the history
Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.10.0 to 5.11.0.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v5.10.0...v5.11.0)

---
updated-dependencies:
- dependency-name: org.mockito:mockito-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 5, 2024
1 parent 9dddc8d commit d4fce25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ logback = "ch.qos.logback:logback-classic:1.5.0"
# version 2.16.1 has been compiled with java 21, which is likely a release error, thus stick to 2.16.0 until fixed in 2.16.2 or later
jackson = "com.fasterxml.jackson.core:jackson-databind:2.16.0"
protobuf-util = "com.google.protobuf:protobuf-java-util:3.25.3"
mockito = "org.mockito:mockito-core:5.10.0"
mockito = "org.mockito:mockito-core:5.11.0"

junitBom = { group = "org.junit", name = "junit-bom", version.ref = "junit" }

Expand Down

0 comments on commit d4fce25

Please sign in to comment.