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

popduke pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/bifromq.git


The following commit(s) were added to refs/heads/main by this push:
     new 61112557e 1. update lombok version to be compatible with java25. (#228)
61112557e is described below

commit 61112557ecfdefcec6604421971b2a073aed5c2c
Author: Gu Jiawei <[email protected]>
AuthorDate: Wed Feb 11 20:05:05 2026 -0800

    1. update lombok version to be compatible with java25. (#228)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e12bd2125..0d4364428 100644
--- a/pom.xml
+++ b/pom.xml
@@ -121,7 +121,7 @@
         <guava.version>33.2.1-jre</guava.version>
         <jackson.version>2.18.1</jackson.version>
         <jakarta.ws.rs-api.version>4.0.0</jakarta.ws.rs-api.version>
-        <lombok.version>1.18.34</lombok.version>
+        <lombok.version>1.18.42</lombok.version>
         <log4j.version>2.25.3</log4j.version>
         <micrometer.version>1.11.12</micrometer.version>
         <netty.version>4.1.127.Final</netty.version>

Reply via email to