Updated lombok version.

This commit is contained in:
2023-01-12 15:21:28 +01:00
parent 13995a0269
commit 1851e9c8f0

View File

@@ -8,6 +8,7 @@
<version>2.3.1.RELEASE</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>com.release11.mockedservices</groupId>
<artifactId>MockedServices</artifactId>
<version>0.0.1-SNAPSHOT</version>
@@ -47,7 +48,7 @@
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<optional>true</optional>
<version>${lombok.version}</version>
</dependency>
<dependency>
<groupId>org.mapstruct</groupId>