Need support about this Lombok warning

I was taking practice on springboot and i saw this warning! I was wondering if there's someone could review my code and support me! https://github.com/gabbrenn/springboot
GitHub
GitHub - gabbrenn/springboot
Contribute to gabbrenn/springboot development by creating an account on GitHub.
No description
6 Replies
JavaBot
JavaBot2d ago
This post has been reserved for your question.
Hey @Gabiro Vladimir Brenn! Please use /close or the Close Post button above when your problem is solved. Please remember to follow the help guidelines. This post will be automatically marked as dormant after 300 minutes of inactivity.
TIP: Narrow down your issue to simple and precise questions to maximize the chance that others will reply in here.
ayylmao123xdd
ayylmao123xdd2d ago
i think you are missing the lombok version property in pom
dan1st
dan1st2d ago
Spring Boot provides that via dependency management but it might be the case that the lombok version is too old So I'd try adding <lombok.version>1.18.38</lombok.version> to the <properties>
ayylmao123xdd
ayylmao123xdd2d ago
yea better to specify it manually :SkullPixel:
dan1st
dan1st2d ago
otherwise please copy the complete error as text here though just updating Spring Boot to 3.4.5 might be sufficient as that includes a lombok update
JavaBot
JavaBot2d ago
💤 Post marked as dormant
This post has been inactive for over 300 minutes, thus, it has been archived. If your question was not answered yet, feel free to re-open this post or create a new one. In case your post is not getting any attention, you can try to use /help ping. Warning: abusing this will result in moderative actions taken against you.

Did you find this page helpful?