Commit 4df5012
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
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| |||
0 commit comments