Skip to content

Commit

Permalink
chore(deps): bump the test group across 1 directory with 3 updates (#350
Browse files Browse the repository at this point in the history
)

Bumps the test group with 3 updates in the / directory: [org.assertj:assertj-core](https://github.com/assertj/assertj), [org.mockito:mockito-junit-jupiter](https://github.com/mockito/mockito) and [org.mockito:mockito-core](https://github.com/mockito/mockito).


Updates `org.assertj:assertj-core` from 3.24.2 to 3.26.0
- [Release notes](https://github.com/assertj/assertj/releases)
- [Commits](assertj/assertj@assertj-build-3.24.2...assertj-build-3.26.0)

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

Updates `org.mockito:mockito-core` from 5.10.0 to 5.12.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v5.10.0...v5.12.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 19, 2024
1 parent 29fd09c commit f1abf91
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,9 @@
<junit-jupiter-engine.version>5.10.2</junit-jupiter-engine.version>
<junit-platform-runner.version>1.7.0</junit-platform-runner.version>
<maven-invoker-plugin.version>3.6.0</maven-invoker-plugin.version>
<mockito-junit-jupiter.version>5.8.0</mockito-junit-jupiter.version>
<mockito-core.version>5.10.0</mockito-core.version>
<assertj-core.version>3.24.2</assertj-core.version>
<mockito-junit-jupiter.version>5.12.0</mockito-junit-jupiter.version>
<mockito-core.version>5.12.0</mockito-core.version>
<assertj-core.version>3.26.0</assertj-core.version>
<logback-classic.version>1.2.12</logback-classic.version>
<!-- Sonar -->
<sonar.projectKey>${sonar.organization}_bonita-project-maven-plugin</sonar.projectKey>
Expand Down

0 comments on commit f1abf91

Please sign in to comment.