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-agent-test-tool.git


The following commit(s) were added to refs/heads/master by this push:
     new cf62c1b  Update lombok to allow compiling with jdk17 (#50)
cf62c1b is described below

commit cf62c1b733fe2861229201a67b9cc0075ac3e236
Author: Marcin Grzejszczak <[email protected]>
AuthorDate: Wed Nov 30 13:09:45 2022 +0100

    Update lombok to allow compiling with jdk17 (#50)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index d4f84d4..75ac652 100644
--- a/pom.xml
+++ b/pom.xml
@@ -47,7 +47,7 @@
         <guava.version>20.0</guava.version>
         <gson.version>2.8.9</gson.version>
         <grpc.version>1.42.1</grpc.version>
-        <lombok.version>1.18.10</lombok.version>
+        <lombok.version>1.18.24</lombok.version>
         <snakeyaml.version>1.31</snakeyaml.version>
         <slf4j.version>1.7.25</slf4j.version>
         <log4j.version>2.17.1</log4j.version>

Reply via email to