From 2ab9fc112130e265abba7af2702311521e83d774 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 19:25:11 +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 1d9c85e..4965ed6 100644 --- a/build.gradle +++ b/build.gradle @@ -35,12 +35,12 @@ spotless { dependencies { implementation 'com.fasterxml.jackson.core:jackson-databind:2.18.2' - implementation 'org.projectlombok:lombok:1.18.34' + implementation 'org.projectlombok:lombok:1.18.36' implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.17.0' implementation 'org.mapstruct:mapstruct:1.6.2' annotationProcessor 'org.mapstruct:mapstruct-processor:1.6.2' - annotationProcessor 'org.projectlombok:lombok:1.18.34' + annotationProcessor 'org.projectlombok:lombok:1.18.36' testImplementation 'org.junit.jupiter:junit-jupiter:5.11.3' testImplementation 'org.mockito:mockito-junit-jupiter:5.2.0'