We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The latest version of pebble has a dependency on an old version of SLF4j-API:
$ mvn dependency:tree [INFO] +- io.pebbletemplates:pebble:jar:3.2.2:compile [INFO] | +- org.unbescape:unbescape:jar:1.1.6.RELEASE:compile [INFO] | \- org.slf4j:slf4j-api:jar:1.7.25:compile
This forces us to use an old version of SLF4j as implementation. Which in turn causes dependency checkers to complain about old versions in our pom.
Please update to the latest version.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The latest version of pebble has a dependency on an old version of SLF4j-API:
This forces us to use an old version of SLF4j as implementation. Which in turn causes dependency checkers to complain about old versions in our pom.
Please update to the latest version.
The text was updated successfully, but these errors were encountered: