This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new 9e9714eefb47 chore(deps): Bump org.projectlombok:lombok from 1.18.30
to 1.18.42 (#19619)
9e9714eefb47 is described below
commit 9e9714eefb47c9039cb8bad5fdb67bd754fab845
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Oct 20 13:01:37 2025 +0200
chore(deps): Bump org.projectlombok:lombok from 1.18.30 to 1.18.42 (#19619)
Bumps [org.projectlombok:lombok](https://github.com/projectlombok/lombok)
from 1.18.30 to 1.18.42.
-
[Changelog](https://github.com/projectlombok/lombok/blob/master/doc/changelog.markdown)
-
[Commits](https://github.com/projectlombok/lombok/compare/v1.18.30...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] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
parent/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/parent/pom.xml b/parent/pom.xml
index 8d06a0a74fbd..2622a16dce3f 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -354,7 +354,7 @@
<!-- This is exclusively required in camel-milvus as the dependency is
leaking a build time annotation
TODO: remove when this issue is solved
https://github.com/milvus-io/milvus-sdk-java/issues/1651
-->
- <lombok-version>1.18.30</lombok-version>
+ <lombok-version>1.18.42</lombok-version>
<lucene-version>9.12.0</lucene-version>
<lightcouch-version>0.2.0</lightcouch-version>
<littleproxy-version>2.4.5</littleproxy-version>