dependabot maven(deps-dev): bump junit5-system-exit from 2.0.0 to 2.0.2
Bumps junit5-system-exit from 2.0.0 to 2.0.2.
Release notes
Sourced from junit5-system-exit's releases.
Release v2.0.2
This is a bugfix release and is a drop-in replacement for version 2.0.0 and 2.0.1.
ChangeLog
- Fix #24 - Reset test between assertion calls
Release 2.0.1
This is a bugfix release and is a drop-in replacement for version 2.0.0.
ChangeLog
- Fix #20 - Multiple calls to
System.exit()
do not always register the first exit code as the cause.
Changelog
Sourced from junit5-system-exit's changelog.
2.0.2
- Bugfix: [#24](tginsberg/junit5-system-exit#24): Reset state between assertion calls.
2.0.1
- Bugfix: [#20](tginsberg/junit5-system-exit#20): Multiple calls to
System.exit()
do not always report the first exit status code.