This is an automated email from the ASF dual-hosted git repository.
jungm pushed a commit to branch tomee-10.x
in repository https://gitbox.apache.org/repos/asf/tomee.git
The following commit(s) were added to refs/heads/tomee-10.x by this push:
new 1c9b8add2a [tomee-10.x]: Bump org.projectlombok:lombok from 1.18.42 to
1.18.44
1c9b8add2a is described below
commit 1c9b8add2a0f25c75cb1f3c9e386dd8fac0975d4
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Apr 7 08:50:38 2026 +0000
[tomee-10.x]: Bump org.projectlombok:lombok from 1.18.42 to 1.18.44
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:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
---
tomee/apache-tomee/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tomee/apache-tomee/pom.xml b/tomee/apache-tomee/pom.xml
index e8c0c3c5f9..ad3d76c394 100644
--- a/tomee/apache-tomee/pom.xml
+++ b/tomee/apache-tomee/pom.xml
@@ -45,7 +45,7 @@
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
- <version>1.18.42</version>
+ <version>1.18.44</version>
</dependency>
</dependencies>
</dependencyManagement>