Skip to content

Commit 4df5012

Browse files
dadoonetrnorth
authored andcommitted
Update Lombok to 1.16.20 for a better Java9 support
While working on elasticsearch module, I had issues when running `mvn clean install` under Java9: ``` [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.7.0:compile (default-compile) on project testcontainers-elasticsearch: Fatal error compiling: java.lang.NoSuchFieldError: pid -> [Help 1] ``` Upgrading Lombok to 1.16.20 fixes the problem.
1 parent dc06d88 commit 4df5012

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
<dependency>
7474
<groupId>org.projectlombok</groupId>
7575
<artifactId>lombok</artifactId>
76-
<version>1.16.6</version>
76+
<version>1.16.20</version>
7777
<scope>provided</scope>
7878
</dependency>
7979

0 commit comments

Comments
 (0)