Skip to content

Commit

Permalink
Upgrade Lombok to 1.18.0 to work with JDK 10 (apache#1923)
Browse files Browse the repository at this point in the history
  • Loading branch information
merlimat authored Jun 6, 2018
1 parent cd28ebf commit 91cfd2c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion all/src/assemble/LICENSE.bin.txt
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ MIT License
- org.slf4j-jul-to-slf4j-1.7.25.jar
- org.slf4j-slf4j-api-1.7.25.jar
- org.slf4j-jcl-over-slf4j-1.7.25.jar
* Lombok -- org.projectlombok-lombok-1.16.20.jar -- licenses/LICENSE-Lombok.txt
* Lombok -- org.projectlombok-lombok-1.18.0.jar -- licenses/LICENSE-Lombok.txt

Protocol Buffers License
* Protocol Buffers
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ flexible messaging model and an intuitive client API.</description>
<artifactId>commons-configuration</artifactId>
<version>1.6</version>
</dependency>

<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
Expand Down Expand Up @@ -821,7 +821,7 @@ flexible messaging model and an intuitive client API.</description>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.16.20</version>
<version>1.18.0</version>
<scope>provided</scope>
</dependency>

Expand Down

0 comments on commit 91cfd2c

Please sign in to comment.