Skip to content

v1.1.0

Compare
Choose a tag to compare
@SandroHc SandroHc released this 13 Feb 14:22
· 35 commits to master since this release
15dec89

Changelog

  • Downgrade slf4-api to latest stable version (#8).
    If you were using the fluent API provided by slf4-api 2.x, please add the dependency org.slf4j:slf4j-api:2.0.0-alpha6 to your project or rewrite your loggings statements (e.g. log.atError().setCause(ex).addArgument(arg1).log("Message: {}");log.error("Message: {}", arg1, ex);)
  • Updated the following dependencies: