Skip to content

Commit

Permalink
Bump Lombok version to allow building with a JDK12>=12 (apache#5772) (a…
Browse files Browse the repository at this point in the history
…pache#5773)

Fixes apache#5772 

### Motivation

I would like to be able to build Pulsar with at least JDK12.

### Modifications

Bumping lombok dep.

### Verifying this change


This change is a trivial rework / code cleanup without any test coverage.
  • Loading branch information
PierreZ authored and sijie committed Nov 30, 2019
1 parent 035743f commit f0b34e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1056,7 +1056,7 @@ flexible messaging model and an intuitive client API.</description>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.4</version>
<version>1.18.10</version>
</dependency>

<dependency>
Expand Down

0 comments on commit f0b34e7

Please sign in to comment.