dependabot maven(deps-dev): bump junit5-system-exit from 2.0.0 to 2.0.1
Bumps junit5-system-exit from 2.0.0 to 2.0.1.
Release notes
Sourced from junit5-system-exit's releases.
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.1
- Bugfix: [#20](tginsberg/junit5-system-exit#20): Multiple calls to
System.exit()
do not always report the first exit status code.