Skip to content

Commit

Permalink
chore(deps): bump the test-dependencies group across 1 directory with…
Browse files Browse the repository at this point in the history
… 2 updates

Bumps the test-dependencies group with 2 updates in the / directory: [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) and [org.mockito:mockito-junit-jupiter](https://github.com/mockito/mockito).


Updates `org.junit.jupiter:junit-jupiter` from 5.10.3 to 5.11.0
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.10.3...r5.11.0)

Updates `org.mockito:mockito-junit-jupiter` from 5.12.0 to 5.13.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v5.12.0...v5.13.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 30, 2024
1 parent 638a5d5 commit 55c679f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@
<picocli.version>4.7.6</picocli.version>

<!-- Test Dependencies -->
<junit.version>5.10.3</junit.version>
<junit.version>5.11.0</junit.version>
<assertj.version>3.22.0</assertj.version>
<mockito-junit-jupiter.version>5.12.0</mockito-junit-jupiter.version>
<mockito-junit-jupiter.version>5.13.0</mockito-junit-jupiter.version>

<moditect.sourceGroup>${project.groupId}</moditect.sourceGroup>
<moditect.sourceArtifact>${project.artifactId}</moditect.sourceArtifact>
Expand Down

0 comments on commit 55c679f

Please sign in to comment.