Skip to content

Commit

Permalink
Upgrade the lombok version
Browse files Browse the repository at this point in the history
  • Loading branch information
magestacks committed Jun 5, 2024
1 parent 1e81da1 commit 2251384
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion agent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<junit.version>4.13.1</junit.version>
<powermock.version>2.0.7</powermock.version>
<mockito-core.version>3.5.13</mockito-core.version>
<lombok.version>1.18.20</lombok.version>
<lombok.version>1.18.30</lombok.version>

<!-- core lib dependency -->
<bytebuddy.version>1.12.13</bytebuddy.version>
Expand Down
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
<revision>2.0.0-SNAPSHOT</revision>
<mockito.version>3.12.4</mockito.version>
<java.version>1.8</java.version>
<lombok.version>1.18.30</lombok.version>
<skip.maven.gpg.plugin>true</skip.maven.gpg.plugin>
<skip.spotless.apply>false</skip.spotless.apply>
<skip.checkstyle.check>true</skip.checkstyle.check>
Expand All @@ -82,6 +83,11 @@

<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>${lombok.version}</version>
</dependency>
<dependency>
<groupId>cn.hippo4j</groupId>
<artifactId>hippo4j-dependencies</artifactId>
Expand Down

0 comments on commit 2251384

Please sign in to comment.