You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ch...@apache.org on 2019/07/31 19:48:33 UTC

[flink] branch master updated: [FLINK-13456][build] Bump lombok to 1.16.22

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 aff200f  [FLINK-13456][build] Bump lombok to 1.16.22
aff200f is described below

commit aff200f4fe2f83d5048303060c09e3d330a4c3c3
Author: Chesnay Schepler <ch...@apache.org>
AuthorDate: Mon Jul 29 08:52:24 2019 +0200

    [FLINK-13456][build] Bump lombok to 1.16.22
---
 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 4142bc8..0564f98 100644
--- a/flink-core/pom.xml
+++ b/flink-core/pom.xml
@@ -123,7 +123,7 @@ under the License.
 		<dependency>
 			<groupId>org.projectlombok</groupId>
 			<artifactId>lombok</artifactId>
-			<version>1.16.20</version>
+			<version>1.16.22</version>
 			<scope>test</scope>
 		</dependency>