From 453bfe06a50636273b84776da2be1d3f7f673a8a Mon Sep 17 00:00:00 2001 From: Shobha Kamath Date: Thu, 21 Dec 2023 11:53:35 +0400 Subject: [PATCH] Lombok issue fix with Java 21 (#245) * lombok issue fix * Added comment - lombok issue fix --- pom.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/pom.xml b/pom.xml index 3153198e6..6d166336a 100644 --- a/pom.xml +++ b/pom.xml @@ -32,6 +32,10 @@ 2.3.10 1.7.1 + + 1.18.30 + springcommunity 9090 ${basedir} @@ -58,6 +62,11 @@ jolokia-core ${jolokia-core.version} + + org.projectlombok + lombok + ${lombok.version} +