#393 - JDK 9+ specific profile now uses a compatible Lombok version.

This commit is contained in:
Oliver Gierke
2018-08-20 12:04:47 +02:00
parent 4fe1ec39a2
commit 7e132c3df7

View File

@@ -81,6 +81,8 @@
<properties>
<lombok.version>1.18.2</lombok.version>
<!-- Required for Java 11 -->
<hibernate.version>5.3.0.Final</hibernate.version>
<byte-buddy.version>1.8.11</byte-buddy.version>