exercism / java-test-runner

GNU Affero General Public License v3.0
9 stars 13 forks source link

Update AssertJ to 3.25.1 #76

Closed sanderploegsma closed 8 months ago

sanderploegsma commented 8 months ago

This updates the assertj-core library to the latest version: 3.25.1.

I made sure to test all exercises in https://github.com/exercism/java using a locally built Docker image, and all exercises still work except the "Mazy Mice" exercise. It uses a method that no longer exists in the new version of AssertJ.

Since the impact is so little, I propose that we merge this PR, followed by https://github.com/exercism/java/pull/2639. In between merging these PRs, anyone submitting a solution for the Mazy Mice exercise will run into an error, the rest should remain unaffected.