Skip to content

Commit

Permalink
chore(deps): 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.junit:junit-bom](https://github.com/junit-team/junit5) and [org.assertj:assertj-core](https://github.com/assertj/assertj).


Updates `org.junit:junit-bom` from 5.11.3 to 5.11.4
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.11.3...r5.11.4)

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 22, 2024
1 parent da150fa commit 847fa86
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 @@ -125,12 +125,12 @@
<versions-maven-plugin.version>2.16.0</versions-maven-plugin.version>
<sisu-maven-plugin.version>0.3.5</sisu-maven-plugin.version>
<!-- Test -->
<junit-jupiter-engine.version>5.11.3</junit-jupiter-engine.version>
<junit-jupiter-engine.version>5.11.4</junit-jupiter-engine.version>
<junit-platform-runner.version>1.7.0</junit-platform-runner.version>
<maven-invoker-plugin.version>3.9.0</maven-invoker-plugin.version>
<mockito-junit-jupiter.version>5.14.2</mockito-junit-jupiter.version>
<mockito-core.version>5.14.2</mockito-core.version>
<assertj-core.version>3.26.3</assertj-core.version>
<assertj-core.version>3.27.0</assertj-core.version>
<logback-classic.version>1.2.13</logback-classic.version>
<!-- Sonar -->
<sonar.projectKey>${sonar.organization}_bonita-project-maven-plugin</sonar.projectKey>
Expand Down

0 comments on commit 847fa86

Please sign in to comment.