From f5d05739613fa55b32700274076d799b5a1c4872 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Sep 2025 02:13:49 +0000 Subject: [PATCH] Bump org.projectlombok:lombok from 1.18.38 to 1.18.40 Bumps [org.projectlombok:lombok](https://github.com/projectlombok/lombok) from 1.18.38 to 1.18.40. - [Changelog](https://github.com/projectlombok/lombok/blob/master/doc/changelog.markdown) - [Commits](https://github.com/projectlombok/lombok/compare/v1.18.38...v1.18.40) --- updated-dependencies: - dependency-name: org.projectlombok:lombok dependency-version: 1.18.40 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/build.gradle b/build.gradle index c79af71..cff4373 100644 --- a/build.gradle +++ b/build.gradle @@ -36,8 +36,8 @@ dependencies { runtimeOnly 'org.eclipse.angus:angus-activation:2.0.2' // Lombok - compileOnly 'org.projectlombok:lombok:1.18.38' - annotationProcessor 'org.projectlombok:lombok:1.18.38' + compileOnly 'org.projectlombok:lombok:1.18.40' + annotationProcessor 'org.projectlombok:lombok:1.18.40' // Log implementation 'org.slf4j:slf4j-api:2.0.17' @@ -52,9 +52,9 @@ dependencies { testImplementation 'org.junit.jupiter:junit-jupiter:5.13.4' testRuntimeOnly 'org.junit.platform:junit-platform-launcher' testImplementation 'org.mockito:mockito-core:5.19.0' - testImplementation 'org.projectlombok:lombok:1.18.38' - testCompileOnly 'org.projectlombok:lombok:1.18.38' - testAnnotationProcessor 'org.projectlombok:lombok:1.18.38' + testImplementation 'org.projectlombok:lombok:1.18.40' + testCompileOnly 'org.projectlombok:lombok:1.18.40' + testAnnotationProcessor 'org.projectlombok:lombok:1.18.40' } tasks.withType(JavaCompile) {