You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by zh...@apache.org on 2020/11/21 13:12:02 UTC

[shardingsphere] branch master updated: Update pom.xml (#8272)

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

zhangliang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


The following commit(s) were added to refs/heads/master by this push:
     new 9f8737a  Update pom.xml (#8272)
9f8737a is described below

commit 9f8737a377931d96107f9c9697f52db30adbf79b
Author: Flyman <ic...@163.com>
AuthorDate: Sat Nov 21 21:11:47 2020 +0800

    Update pom.xml (#8272)
    
    update lombok version for win10 compile error https://github.com/rzwitserloot/lombok/issues/1572
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 4418a9b..8e8ed2c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -84,7 +84,7 @@
         <nacos.client.verison>1.1.4</nacos.client.verison>
         <jetcd.version>0.5.0</jetcd.version>
         
-        <lombok.version>1.16.20</lombok.version>
+        <lombok.version>1.18.16</lombok.version>
         
         <springframework.version>[4.3.6.RELEASE,5.0.0.M1)</springframework.version>
         <spring-boot.version>[1.5.20.RELEASE,2.0.0.M1)</spring-boot.version>