From 7b8d55ba77466fb102ea01f6645c4e1a66f03fe1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 22:08:57 +0100 Subject: [PATCH] deps: bump org.projectlombok:lombok from 1.18.34 to 1.18.36 (#233) Bumps [org.projectlombok:lombok](https://github.com/projectlombok/lombok) from 1.18.34 to 1.18.36. - [Changelog](https://github.com/projectlombok/lombok/blob/master/doc/changelog.markdown) - [Commits](https://github.com/projectlombok/lombok/compare/v1.18.34...v1.18.36) --- updated-dependencies: - dependency-name: org.projectlombok:lombok dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 5d33a47..de35d8d 100644 --- a/build.gradle +++ b/build.gradle @@ -39,7 +39,7 @@ dependencies { compileOnly "net.william278:papiproxybridge:${papi_proxy_bridge_minimum_version}" compileOnly 'io.netty:netty-codec-http:4.1.115.Final' - compileOnly 'org.projectlombok:lombok:1.18.34' + compileOnly 'org.projectlombok:lombok:1.18.36' compileOnly 'net.luckperms:api:5.4' compileOnly 'io.github.miniplaceholders:miniplaceholders-api:2.2.3' compileOnly 'it.unimi.dsi:fastutil:8.5.15' @@ -53,7 +53,7 @@ dependencies { implementation 'org.apache.commons:commons-jexl3:3.4.0' implementation 'net.jodah:expiringmap:0.5.11' - annotationProcessor 'org.projectlombok:lombok:1.18.34' + annotationProcessor 'org.projectlombok:lombok:1.18.36' } processResources {