Merge pull request #6178 from eugenp/lor6-patch-1

Update pom.xml
This commit is contained in:
Loredana Crusoveanu 2019-01-20 17:30:29 +02:00 committed by GitHub
commit 65ef22e63a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -76,11 +76,11 @@
<properties>
<!-- lombok: https://projectlombok.org/changelog.html -->
<lombok.version>1.16.18</lombok.version>
<lombok.version>1.18.4</lombok.version>
<!-- various -->
<hibernate-jpa-2.1-api.version>1.0.0.Final</hibernate-jpa-2.1-api.version>
<!-- delombok maven plugin -->
<delombok-maven-plugin.version>1.16.10.0</delombok-maven-plugin.version>
<delombok-maven-plugin.version>1.18.4.0</delombok-maven-plugin.version>
<assertj-core.version>3.8.0</assertj-core.version>
</properties>