You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2021/03/07 10:55:08 UTC

[skywalking] branch master updated: Upgrade lombok to 1.18.16 (#6506)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 78487ad  Upgrade lombok to 1.18.16 (#6506)
78487ad is described below

commit 78487ad983a137e8ea8fbc4a0cd067ebd2020e11
Author: hailin0 <ha...@yeah.net>
AuthorDate: Sun Mar 7 18:54:45 2021 +0800

    Upgrade lombok to 1.18.16 (#6506)
---
 CHANGES.md       | 1 +
 pom.xml          | 2 +-
 test/e2e/pom.xml | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/CHANGES.md b/CHANGES.md
index 136814e..4b4c05e 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -7,6 +7,7 @@ Release Notes.
 #### Project
 * Update frontend-maven-plugin to 1.11.0, for Download node x64 binary on Apple Silicon.
 * Add E2E test for VM monitoring that metrics from Prometheus node-exporter.
+* Upgrade lombok to 1.18.16.
 
 #### Java Agent
 * Remove invalid mysql configuration in agent.config.
diff --git a/pom.xml b/pom.xml
index 8884f93..b586773 100755
--- a/pom.xml
+++ b/pom.xml
@@ -186,7 +186,7 @@
         <checkstyle.version>6.18</checkstyle.version>
         <junit.version>4.12</junit.version>
         <mockito-core.version>3.5.13</mockito-core.version>
-        <lombok.version>1.18.10</lombok.version>
+        <lombok.version>1.18.16</lombok.version>
 
         <!-- core lib dependency -->
         <bytebuddy.version>1.10.19</bytebuddy.version>
diff --git a/test/e2e/pom.xml b/test/e2e/pom.xml
index 557cddf..e395998 100644
--- a/test/e2e/pom.xml
+++ b/test/e2e/pom.xml
@@ -65,7 +65,7 @@
         <guava.version>28.2-jre</guava.version>
         <h2.version>1.4.199</h2.version>
         <mysql.version>8.0.13</mysql.version>
-        <lombok.version>1.18.10</lombok.version>
+        <lombok.version>1.18.16</lombok.version>
         <kafka-clients.version>2.4.1</kafka-clients.version>
 
         <maven-failsafe-plugin.version>2.22.0</maven-failsafe-plugin.version>