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

chesnay 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 9471f81a2fb [FLINK-33308] Upgrade lombok to 1.8.30
9471f81a2fb is described below

commit 9471f81a2fb53f5c8274bbbe99161d8f1b27bafc
Author: Sergey Nuyanzin <snuyan...@gmail.com>
AuthorDate: Tue Oct 17 23:18:42 2023 +0200

    [FLINK-33308] Upgrade lombok to 1.8.30
---
 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 598f0ed4995..ce90b2a1e6d 100644
--- a/flink-core/pom.xml
+++ b/flink-core/pom.xml
@@ -147,7 +147,7 @@ under the License.
                <dependency>
                        <groupId>org.projectlombok</groupId>
                        <artifactId>lombok</artifactId>
-                       <version>1.18.22</version>
+                       <version>1.18.30</version>
                        <scope>test</scope>
                </dependency>
 

Reply via email to