aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-09-06 07:51:42 -0400
committerGitHub <noreply@github.com>2025-09-06 07:51:42 -0400
commitcc77636147c2e92c7fa7ef2122fb77853e5ca25b (patch)
tree421f168ed7f41e2e1f815b67bf33843d25356853 /pom.xml
parent516ebfdbd3d583e9d80294d32497fb0869a3bf7e (diff)
downloadpantry-cc77636147c2e92c7fa7ef2122fb77853e5ca25b.tar.gz
pantry-cc77636147c2e92c7fa7ef2122fb77853e5ca25b.tar.bz2
pantry-cc77636147c2e92c7fa7ef2122fb77853e5ca25b.zip
build(deps): bump org.projectlombok:lombok from 1.18.38 to 1.18.40 (#699)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 387264d..43837c9 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.38</lombok.version>
+ <lombok.version>1.18.40</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>