v1.1.0
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 dependencyorg.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:
- reactor-netty: 1.0.12 → 1.0.15
- jackson-databind: 2.13.0 → 2.13.1
- jackson-datatype-jsr310: 2.13.0 → 2.13.1