aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-09-21 17:26:17 +0200
committerGitHub <noreply@github.com>2025-09-21 17:26:17 +0200
commit0766569f8a27f13f49401523b48ea19f125f7810 (patch)
tree1dcddf7072ddb9a62c20ee9f2397849b1af02915
parentd925732d5758ba3817424dd337c2f39afdaf5f6c (diff)
downloadpantry-0766569f8a27f13f49401523b48ea19f125f7810.tar.gz
pantry-0766569f8a27f13f49401523b48ea19f125f7810.tar.bz2
pantry-0766569f8a27f13f49401523b48ea19f125f7810.zip
build(deps): bump org.projectlombok:lombok from 1.18.40 to 1.18.42 (#713)
Bumps [org.projectlombok:lombok](https://github.com/projectlombok/lombok) from 1.18.40 to 1.18.42. - [Changelog](https://github.com/projectlombok/lombok/blob/master/doc/changelog.markdown) - [Commits](https://github.com/projectlombok/lombok/compare/v1.18.40...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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 85f1dc7..dcb9159 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
<version>0.1.0-SNAPSHOT</version>
<properties>
<compiler-plugin.version>3.14.0</compiler-plugin.version>
- <lombok.version>1.18.40</lombok.version>
+ <lombok.version>1.18.42</lombok.version>
<maven.compiler.release>11</maven.compiler.release>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>