pom.xml: upgrade lombok to 1.16.10
This commit is contained in:
parent
30ca23051f
commit
83d9bc50fd
1 changed files with 2 additions and 1 deletions
3
pom.xml
3
pom.xml
|
@ -15,6 +15,7 @@
|
|||
</parent>
|
||||
|
||||
<properties>
|
||||
<lombok.version>1.16.10</lombok.version>
|
||||
<assertj.version>3.5.2</assertj.version>
|
||||
<coveralls-maven-plugin.version>4.2.0</coveralls-maven-plugin.version>
|
||||
<trajano-commons-testing.version>2.1.0</trajano-commons-testing.version>
|
||||
|
@ -49,7 +50,7 @@
|
|||
<dependency>
|
||||
<groupId>org.projectlombok</groupId>
|
||||
<artifactId>lombok</artifactId>
|
||||
<version>1.16.8</version>
|
||||
<version>${lombok.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>junit</groupId>
|
||||
|
|
Loading…
Reference in a new issue