This is an automated email from the ASF dual-hosted git repository.
lhotari pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git
The following commit(s) were added to refs/heads/master by this push:
new 5b6f91bc0f8 [improve][build] Upgrade Lombok to 1.18.32 for Java 22
support (#22425)
5b6f91bc0f8 is described below
commit 5b6f91bc0f839c467bdc1af35c8eac7b14aa8822
Author: Lari Hotari <[email protected]>
AuthorDate: Thu Apr 4 06:39:53 2024 -0700
[improve][build] Upgrade Lombok to 1.18.32 for Java 22 support (#22425)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 7c19afef73a..6c3d8d276b1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -227,7 +227,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.30</lombok.version>
+ <lombok.version>1.18.32</lombok.version>
<javax.annotation-api.version>1.3.2</javax.annotation-api.version>
<jaxb-api>2.3.1</jaxb-api>
<javax.activation.version>1.2.0</javax.activation.version>