This is an automated email from the ASF dual-hosted git repository.
tilman pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tika.git
The following commit(s) were added to refs/heads/main by this push:
new 056275948e Bump org.projectlombok:lombok from 1.18.42 to 1.18.44
(#2695)
056275948e is described below
commit 056275948e49a703f45b941693afe78ccfb39fda
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Mar 16 07:42:35 2026 +0100
Bump org.projectlombok:lombok from 1.18.42 to 1.18.44 (#2695)
Bumps [org.projectlombok:lombok](https://github.com/projectlombok/lombok)
from 1.18.42 to 1.18.44.
-
[Changelog](https://github.com/projectlombok/lombok/blob/master/doc/changelog.markdown)
-
[Commits](https://github.com/projectlombok/lombok/compare/v1.18.42...v1.18.44)
---
updated-dependencies:
- dependency-name: org.projectlombok:lombok
dependency-version: 1.18.44
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
tika-e2e-tests/pom.xml | 2 +-
tika-serialization/pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/tika-e2e-tests/pom.xml b/tika-e2e-tests/pom.xml
index dd0705e4d2..bb0f5687cc 100644
--- a/tika-e2e-tests/pom.xml
+++ b/tika-e2e-tests/pom.xml
@@ -54,7 +54,7 @@
<log4j.version>2.25.3</log4j.version>
<!-- Other -->
- <lombok.version>1.18.42</lombok.version>
+ <lombok.version>1.18.44</lombok.version>
</properties>
<modules>
diff --git a/tika-serialization/pom.xml b/tika-serialization/pom.xml
index b86390cff5..f0fddbe850 100644
--- a/tika-serialization/pom.xml
+++ b/tika-serialization/pom.xml
@@ -65,7 +65,7 @@
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
- <version>1.18.42</version>
+ <version>1.18.44</version>
<scope>compile</scope>
</dependency>
<!-- Test dependencies -->