Skip to content

Commit

Permalink
Update lombok version for compiling error
Browse files Browse the repository at this point in the history
  • Loading branch information
zhao-kun committed Feb 27, 2019
1 parent 85263e1 commit 0daa575
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion log4j2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<dependency>
<groupId>com.lmax</groupId>
<artifactId>disruptor</artifactId>
<version>${disruptorVersion}</version>
<version>${version.disruptor}</version>
</dependency>

<dependency>
Expand Down
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,14 @@
<version.slf4j>1.7.21</version.slf4j>
<version.byte-buddy>1.6.13</version.byte-buddy>
<version.auto-service>1.0-rc2</version.auto-service>
<version.lombok>1.16.8</version.lombok>
<version.lombok>1.18.4</version.lombok>
<version.config>1.2.1</version.config>
<version.logback>1.1.11</version.logback>
<version.fastjson>1.2.31</version.fastjson>
<version.servlet>3.1.0</version.servlet>
<version.brave>4.0.6</version.brave>
<version.moco>0.11.0</version.moco>
<version.disruptor>3.4.2</version.disruptor>
</properties>

<dependencies>
Expand Down Expand Up @@ -168,4 +169,4 @@
</plugins>
</build>

</project>
</project>

0 comments on commit 0daa575

Please sign in to comment.