Skip to content

Commit

Permalink
add lombok version
Browse files Browse the repository at this point in the history
  • Loading branch information
djFooFoo committed Sep 4, 2021
1 parent 23ae34c commit 440d139
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
<properties>
<java.version>15</java.version>
<rest.assured.version>4.2.0</rest.assured.version>
<lombok.version>1.18.20</lombok.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -59,6 +60,7 @@
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>${lombok.version}</version>
<optional>true</optional>
</dependency>
<dependency>
Expand Down

0 comments on commit 440d139

Please sign in to comment.