diff --git a/settings.gradle b/settings.gradle index 524d5cb15..7a5c91365 100644 --- a/settings.gradle +++ b/settings.gradle @@ -9,7 +9,7 @@ buildscript { dependencies { //noinspection DifferentKotlinGradleVersion classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.10" - classpath "io.freefair.gradle:lombok-plugin:8.6" + classpath "io.freefair.gradle:lombok-plugin:8.7.1" classpath "tech.yanand.maven-central-publish:tech.yanand.maven-central-publish.gradle.plugin:1.1.1" } }