Skip to content
Snippets Groups Projects
Commit cdf2af2e authored by Jan Kožusznik's avatar Jan Kožusznik
Browse files

Increase lombok

parent 3835966b
Branches
No related merge requests found
...@@ -47,7 +47,7 @@ ...@@ -47,7 +47,7 @@
<dependency> <dependency>
<groupId>org.projectlombok</groupId> <groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId> <artifactId>lombok</artifactId>
<version>1.18.18</version> <version>1.18.20</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
<!-- https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-api --> <!-- https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-api -->
...@@ -78,7 +78,7 @@ ...@@ -78,7 +78,7 @@
<version>5.4.30.Final</version> <version>5.4.30.Final</version>
</dependency> </dependency>
<!-- https://mvnrepository.com/artifact/org.apache.derby/derby --> <!-- https://mvnrepository.com/artifact/org.apache.derby/derby -->
<dependency> <dependency>
<groupId>org.apache.derby</groupId> <groupId>org.apache.derby</groupId>
<artifactId>derby</artifactId> <artifactId>derby</artifactId>
...@@ -103,6 +103,15 @@ ...@@ -103,6 +103,15 @@
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId> <artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version> <version>3.8.1</version>
<configuration>
<annotationProcessorPaths>
<path>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.20</version>
</path>
</annotationProcessorPaths>
</configuration>
</plugin> </plugin>
<plugin> <plugin>
<groupId>org.codehaus.mojo</groupId> <groupId>org.codehaus.mojo</groupId>
...@@ -126,4 +135,5 @@ ...@@ -126,4 +135,5 @@
</plugins> </plugins>
</build> </build>
</project> </project>
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment