Skip to content
New issue

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

Update SLF4j to latest version #669

Open
codemonstur opened this issue Jan 4, 2024 · 0 comments
Open

Update SLF4j to latest version #669

codemonstur opened this issue Jan 4, 2024 · 0 comments

Comments

@codemonstur
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant