From 773ea6f581e9633205c81baa6427deaf263207d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Jan 2024 15:14:20 +0000 Subject: [PATCH] Bump org.projectlombok:lombok from 1.18.26 to 1.18.30 (#60) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index e91118b..b749dc6 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -27,10 +27,10 @@ allprojects { // Other dependencies that are not required or already available at runtime compileOnly("org.jetbrains:annotations:24.1.0") - compileOnly("org.projectlombok:lombok:1.18.26") + compileOnly("org.projectlombok:lombok:1.18.30") // Enable lombok annotation processing - annotationProcessor("org.projectlombok:lombok:1.18.26") + annotationProcessor("org.projectlombok:lombok:1.18.30") } }