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

[BUG] Log4j from lombok. #3092

Closed
mariusica98 opened this issue Jan 21, 2022 · 3 comments
Closed

[BUG] Log4j from lombok. #3092

mariusica98 opened this issue Jan 21, 2022 · 3 comments

Comments

@mariusica98
Copy link

I'm using log4j from lombok and I don't know how to update to the latest version. The import: import lombok.extern.log4j.Log.
In the POM i have:

org.slf4j
slf4j-api
1.7.5


org.slf4j
slf4j-log4j12
1.7.5

I don't know how to upgrade to log4j, do I need to upgrade lombok or change the version in the tree?.

Thank you!

@rspilker
Copy link
Collaborator

No need to update lombok, update your own (other) dependencies: #3063

@mariusica98
Copy link
Author

mariusica98 commented Jan 21, 2022

OK @rspilker , and in lombok is there the latest version of log4j? 2.17.1? i mean the update will be:
org.slf4j
slf4j-api
2.17.1

org.slf4j
slf4j-log4j12
2.17.1

@janrieke
Copy link
Contributor

There is no log4j in Lombok. Please read #3063 for details.

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

3 participants