Releases: netmikey/logunit
Releases · netmikey/logunit
v2.0.0
This release switches the Slf4j dependency to version 2. Even though slf4j v2 should be a drop-in replacement for most users, we bumped our major version because we wanted to make it clear that using LogUnit as of v2 might cause you to end up with slf4j v2 which might require a couple more steps depending on your project.
- feat: add support for the new features of slf4j Version 2 and Logback 1.3/1.4 while maintaining compatibility with Java 8 (#6, thanks @SebastianKuehn!)
- chore: Log4j and JUnit dependency updates (#6)
v1.1.3
v1.1.2
v1.1.1
There are no functional changes or bugfixes to LogUnit itself in this release.
- security: update transitive dependencies (mitigating the Apache Log4j2 vulnerability CVE-2021-44228)
Note: In general, you should not rely on LogUnit's BOM to resolve your logging framework versions transitively. You should explicitly define the desired version of your logging framework in your project's dependency declarations.