Skip to content

Commit

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


Updates `org.mockito:mockito-junit-jupiter` from 4.9.0 to 4.11.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v4.9.0...v4.11.0)

Updates `org.mockito:mockito-core` from 4.9.0 to 4.11.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v4.9.0...v4.11.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 14, 2023
1 parent 3d7db66 commit f139908
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 @@ -70,7 +70,7 @@
<assertj.version>3.24.2</assertj.version>
<jaxb.version>2.3.1</jaxb.version>
<junit.jupiter.version>5.10.1</junit.jupiter.version>
<mockito.version>4.9.0</mockito.version>
<mockito.version>4.11.0</mockito.version>
<!-- Build / Plugins -->
<jacoco-maven.version>0.8.8</jacoco-maven.version>
<maven-assembly.version>3.6.0</maven-assembly.version>
Expand Down

0 comments on commit f139908

Please sign in to comment.