exercism / java-test-runner

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

Upgrade project-specific outdated libraries #58

Closed qeeqez closed 1 year ago

qeeqez commented 1 year ago

Upgrade support libraries

Fixes vulnerabilities, also hides errors in IDE:

Upgrade junit lib 4.13 -> 4.13.2 Upgrade assertj-core 3.15 -> 3.24.2

Dependencies

qeeqez commented 1 year ago

I have executed Github Actions on my account, and there were no errors. All tests passed successfully.

ErikSchierboom commented 1 year ago

@andrerfcsantos I'll approve once we have a new test case added that verifies backwards compatibility!

> https://github.com/exercism/lfe-test-runner/pull/51#issuecomment-1447869999 I've left a comment on that PR

sanderploegsma commented 1 year ago

The test runner design has changed a bit since this PR was opened, causing some conflicts that need to be resolved. Since this PR has been inactive for a while I'm going to close it for now. @qeeqez if you still want to continue working on this, just drop a message so we'll reopen it.