Skip to content

Commit

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

Updates `org.mockito:mockito-core` from 5.14.1 to 5.14.2
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v5.14.1...v5.14.2)

Updates `org.mockito:mockito-junit-jupiter` from 5.14.1 to 5.14.2
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v5.14.1...v5.14.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 16, 2024
1 parent 64c968c commit b42d43d
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 @@ -31,7 +31,7 @@
<jetty.version>11.0.15</jetty.version>
<prometheus-client.version>0.16.0</prometheus-client.version>
<json-path.version>2.9.0</json-path.version>
<org.mockito.version>5.14.1</org.mockito.version>
<org.mockito.version>5.14.2</org.mockito.version>
<junit.jupiter.version>5.10.3</junit.jupiter.version>
<maven-surefire-plugin.version>3.5.1</maven-surefire-plugin.version>
<maven-compiler-plugin.version>3.13.0</maven-compiler-plugin.version>
Expand Down

0 comments on commit b42d43d

Please sign in to comment.