Skip to content

Commit

Permalink
build(deps-dev): bump org.mockito.version from 5.15.2 to 5.16.0
Browse files Browse the repository at this point in the history
Bumps `org.mockito.version` from 5.15.2 to 5.16.0.

Updates `org.mockito:mockito-junit-jupiter` from 5.15.2 to 5.16.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v5.15.2...v5.16.0)

Updates `org.mockito:mockito-core` from 5.15.2 to 5.16.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v5.15.2...v5.16.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 3, 2025
1 parent e70027f commit ed60ca5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
<com.github.spotbugs.plugin.version>4.9.1.0</com.github.spotbugs.plugin.version>
<org.junit.jupiter.version>5.12.0</org.junit.jupiter.version>
<org.hamcrest.version>3.0</org.hamcrest.version>
<org.mockito.version>5.15.2</org.mockito.version>
<org.mockito.version>5.16.0</org.mockito.version>
<org.jacoco.maven.plugin.version>0.8.12</org.jacoco.maven.plugin.version>
<com.diffplug.spotless.maven.plugin.version>2.44.3</com.diffplug.spotless.maven.plugin.version>
<com.google.googlejavaformat.version>1.17.0</com.google.googlejavaformat.version>
Expand Down

0 comments on commit ed60ca5

Please sign in to comment.