This is an automated email from the ASF dual-hosted git repository.
snuyanzin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/master by this push:
new fc2b5efc520 [FLINK-40563][build] Bump lombok to 1.18.48
fc2b5efc520 is described below
commit fc2b5efc5208fd35afd13a3cc49940af75b1faa9
Author: Sergey Nuyanzin <[email protected]>
AuthorDate: Sat Sep 5 20:52:22 2026 +0200
[FLINK-40563][build] Bump lombok to 1.18.48
---
flink-core/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/flink-core/pom.xml b/flink-core/pom.xml
index 636229d90f0..72d3f51c1ab 100644
--- a/flink-core/pom.xml
+++ b/flink-core/pom.xml
@@ -56,7 +56,7 @@ under the License.
-->--add-opens=java.base/java.util.concurrent.locks=ALL-UNNAMED <!--
-->--add-opens=java.base/java.lang.reflect=ALL-UNNAMED
</surefire.module.config>
- <lombok.version>1.18.42</lombok.version>
+ <lombok.version>1.18.48</lombok.version>
</properties>
<dependencies>