You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by ol...@apache.org on 2023/03/20 07:33:51 UTC

[rocketmq-dashboard] branch master updated: [ISSUE apache#149] updated lombok version in pom.xml because of this compilation was failing (#151)

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

oliverwqcwrw pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-dashboard.git


The following commit(s) were added to refs/heads/master by this push:
     new 538d1c1  [ISSUE apache#149] updated lombok version in pom.xml because of this compilation was failing (#151)
538d1c1 is described below

commit 538d1c1c459d67153efe079bb9586da1f91a62e6
Author: Abhijeet Mishra <ab...@gmail.com>
AuthorDate: Mon Mar 20 13:03:45 2023 +0530

    [ISSUE apache#149] updated lombok version in pom.xml because of this compilation was failing (#151)
---
 .gitignore | 1 +
 pom.xml    | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index 8f1890a..f5d6d52 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
 .project
 .factorypath
 .settings/
+.vscode
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index 31d4968..62da76c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -94,7 +94,7 @@
         <rocketmq.version>4.9.3</rocketmq.version>
         <surefire.version>2.19.1</surefire.version>
         <aspectj.version>1.9.6</aspectj.version>
-        <lombok.version>1.18.12</lombok.version>
+        <lombok.version>1.18.22</lombok.version>
         <main.basedir>${basedir}/../..</main.basedir>
         <docker.image.prefix>apacherocketmq</docker.image.prefix>
         <spring.boot.version>2.6.0</spring.boot.version>