From f035ab2b2865c01bc1732d2e2a2e3266e6597522 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 04:43:12 +0000 Subject: [PATCH] Bump org.projectlombok:lombok from 1.18.34 to 1.18.36 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] --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 62eedda..07f5d65 100644 --- a/build.gradle +++ b/build.gradle @@ -55,13 +55,13 @@ dependencies { compileOnly "com.google.code.findbugs:jsr305:3.0.2" compileOnly "org.jetbrains:annotations:26.0.1" - compileOnly(annotationProcessor("org.projectlombok:lombok:1.18.34")) + compileOnly(annotationProcessor("org.projectlombok:lombok:1.18.36")) //include "net.lenni0451:Reflect:1.0.0" testImplementation(platform("org.junit:junit-bom:5.11.3")) testImplementation "org.junit.jupiter:junit-jupiter" testRuntimeOnly "org.junit.platform:junit-platform-launcher" - testCompileOnly(testAnnotationProcessor("org.projectlombok:lombok:1.18.34")) + testCompileOnly(testAnnotationProcessor("org.projectlombok:lombok:1.18.36")) } sourceSets {