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 fbe2c707bb8de2e95183f7d4f3dfa681bb3949bb Author: Lari Hotari <lhot...@users.noreply.github.com> AuthorDate: Sat Sep 30 12:14:11 2023 +0300 [fix][build] Upgrade Lombok to 1.18.30 to support compiling with JDK21 (#21278) (cherry picked from commit 682eb36a76746fd47ce57dd8915e3d4603aa039e) # Conflicts: # pom.xml --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 6b6d98d865b..5b8170cec37 100644 --- a/pom.xml +++ b/pom.xml @@ -223,7 +223,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.26</lombok.version> + <lombok.version>1.18.30</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>