lombokintellij-lombok-plugin

Lombok with IntelliJ problem: Lombok Dependency is possibly outdated


Here is error in IntelliJ.

Project "toy-api" and Module "toy-api" seem to have outdated lombok dependency added. Configured version "1.18.10", but there is at least version "1.18.18" already released

Does it mean I should update lombok version later than 1.18.18? If it is true, could I use jdk 1.8 with lombok 1.18.18?


Solution

  • I found answer: It is bug of IntelliJ. For fixing it, you should upgrade.

    Here is answer mail that I received. enter image description here

    After I upgraded to 2021.3.3, the error is not showed anymore. But I think it is not best way because I still can't choose lombok version.