Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(user-guide/testing): Add assertj to Matrix #1690

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions content/user-guide/testing/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -411,6 +411,12 @@ With Camunda 7.17.0 the project was moved into the [Camunda 7 repository](https:
<td>7.20.0<br/>7.21.0</td>
<td>7.20.0<br/>7.21.0</td>
</tr>
<tr>
<td>camunda-bpm-assert</td>
<td>3.25.3</td>
Copy link
Contributor Author

@psavidis psavidis Oct 7, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The version in the camunda-bpm-assert-root module is transitively brought by Spring Boot version and the corresponding dependency version is 3.25.3.

💡 The following artifacts use explicitly assertj 2.9.1 from the parent

  • camunda-commons (ref)
  • camunda-connect (ref)
  • camunda-template-engines-freemarker (ref)
  • camunda-core-internal-dependencies (ref)

❓ Double check with the reviewer the assertj versions have nothing to do with the assertj used in the projects and verify the correctness of the committed entry

<td>7.22.0</td>
<td>7.22.0</td>
</tr>
</table>

\* For these versions, use the following Maven coordinates:
Expand Down