This is an automated email from the ASF dual-hosted git repository.

lhotari pushed a commit to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/pulsar.git

commit a95abb2d7a189486b5aab004d08f12aa766cbdd3
Author: Lari Hotari <lhot...@users.noreply.github.com>
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 1339b7ba61d..2ef4701f7f0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -233,7 +233,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>

Reply via email to