This is an automated email from the ASF dual-hosted git repository. lhotari pushed a commit to branch branch-4.1 in repository https://gitbox.apache.org/repos/asf/pulsar.git
commit 9d3e7d044fc1735cc9a6d092e572c71ab6aadb80 Author: Lari Hotari <[email protected]> AuthorDate: Fri Sep 19 16:14:55 2025 +0300 [improve][build] Upgrade Lombok to 1.18.42 to fully support JDK25 (#24763) (cherry picked from commit e45f3aff510fe2d7444f6627c949f0211d769c57) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 7c421792880..e2eb1460dff 100644 --- a/pom.xml +++ b/pom.xml @@ -276,7 +276,7 @@ flexible messaging model and an intuitive client API.</description> <hppc.version>0.9.1</hppc.version> <spark-streaming_2.10.version>2.1.0</spark-streaming_2.10.version> <assertj-core.version>3.24.2</assertj-core.version> - <lombok.version>1.18.38</lombok.version> + <lombok.version>1.18.42</lombok.version> <jakarta.annotation-api.version>1.3.5</jakarta.annotation-api.version> <jaxb-api>2.3.1</jaxb-api> <jakarta.activation.version>1.2.2</jakarta.activation.version>
