Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@netmikey netmikey released this 01 Jun 21:49
· 1 commit to master since this release
505d7fa

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)