Skip to content

Commit

Permalink
chore: [DevOps] bump the test group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the test group with 2 updates: [org.mockito:mockito-core](https://github.com/mockito/mockito) and [org.mockito:mockito-junit-jupiter](https://github.com/mockito/mockito).


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

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 7, 2024
1 parent 1d61508 commit 537ebdf
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 @@ -99,7 +99,7 @@
<slf4j.version>2.0.16</slf4j.version>
<assertj-core.version>3.26.3</assertj-core.version>
<assertj-vavr.version>0.4.3</assertj-vavr.version>
<mockito.version>5.14.0</mockito.version>
<mockito.version>5.14.1</mockito.version>
<jsonassert.version>1.5.3</jsonassert.version>
<junit.jupiter.version>5.11.1</junit.jupiter.version>
<codemodel.version>2.6</codemodel.version>
Expand Down

0 comments on commit 537ebdf

Please sign in to comment.