From 621b4176bf8716f99464eccd0b8d462b92d1f82b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 11:22:05 +0000 Subject: [PATCH] deps: bump org.projectlombok:lombok from 1.18.38 to 1.18.42 Bumps [org.projectlombok:lombok](https://github.com/projectlombok/lombok) from 1.18.38 to 1.18.42. - [Changelog](https://github.com/projectlombok/lombok/blob/master/doc/changelog.markdown) - [Commits](https://github.com/projectlombok/lombok/compare/v1.18.38...v1.18.42) --- updated-dependencies: - dependency-name: org.projectlombok:lombok dependency-version: 1.18.42 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- bukkit/build.gradle | 4 ++-- common/build.gradle | 4 ++-- fabric/build.gradle | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/bukkit/build.gradle b/bukkit/build.gradle index a2771f2..1910b3c 100644 --- a/bukkit/build.gradle +++ b/bukkit/build.gradle @@ -8,7 +8,7 @@ dependencies { compileOnly 'org.spigotmc:spigot-api:1.17.1-R0.1-SNAPSHOT' compileOnly 'org.jetbrains:annotations:26.0.2' - compileOnly 'org.projectlombok:lombok:1.18.38' + compileOnly 'org.projectlombok:lombok:1.18.42' - annotationProcessor 'org.projectlombok:lombok:1.18.38' + annotationProcessor 'org.projectlombok:lombok:1.18.42' } \ No newline at end of file diff --git a/common/build.gradle b/common/build.gradle index 8943e3f..88b2d27 100644 --- a/common/build.gradle +++ b/common/build.gradle @@ -9,7 +9,7 @@ dependencies { implementation 'com.google.code.gson:gson:2.13.1' compileOnly 'org.jetbrains:annotations:26.0.2' - compileOnly 'org.projectlombok:lombok:1.18.38' + compileOnly 'org.projectlombok:lombok:1.18.42' - annotationProcessor 'org.projectlombok:lombok:1.18.38' + annotationProcessor 'org.projectlombok:lombok:1.18.42' } \ No newline at end of file diff --git a/fabric/build.gradle b/fabric/build.gradle index cc626ad..779f798 100644 --- a/fabric/build.gradle +++ b/fabric/build.gradle @@ -11,8 +11,8 @@ dependencies { modImplementation include("me.lucko:fabric-permissions-api:$fabric_permissions_api_version") - modCompileOnly 'org.projectlombok:lombok:1.18.38' - annotationProcessor 'org.projectlombok:lombok:1.18.38' + modCompileOnly 'org.projectlombok:lombok:1.18.42' + annotationProcessor 'org.projectlombok:lombok:1.18.42' shadow project(path: ':common') }