From d0015b7087d1bca5d61426cbb20a3b186f6299a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 16:05:01 +0000 Subject: [PATCH] chore(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] --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 788b281..55cd9c4 100644 --- a/build.gradle +++ b/build.gradle @@ -57,7 +57,7 @@ dependencies { implementation 'commons-io:commons-io:2.20.0' implementation 'org.apache.commons:commons-lang3:3.18.0' - implementation 'org.projectlombok:lombok:1.18.38' + implementation 'org.projectlombok:lombok:1.18.42' implementation 'com.jcabi:jcabi-xml:0.35.0' implementation 'com.helger.schematron:ph-schematron-pure:7.1.2' @@ -65,9 +65,9 @@ dependencies { implementation 'com.opencsv:opencsv:5.12.0' - 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' testImplementation 'io.quarkus:quarkus-junit5' testImplementation 'org.junit.jupiter:junit-jupiter-api:5.13.4'