Update dependency org.projectlombok:lombok to v1.18.36
Some checks failed
Plugins/ShowControl/pipeline/pr-master There was a failure building this commit

This commit is contained in:
Stijn Bannink 2025-01-27 18:54:33 +00:00
parent 50f3c33d4e
commit be060b548a

View file

@ -46,7 +46,7 @@
<path> <path>
<groupId>org.projectlombok</groupId> <groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId> <artifactId>lombok</artifactId>
<version>1.18.30</version> <version>1.18.36</version>
</path> </path>
</annotationProcessorPaths> </annotationProcessorPaths>
<compilerArgs> <compilerArgs>
@ -185,7 +185,7 @@
<dependency> <dependency>
<groupId>org.projectlombok</groupId> <groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId> <artifactId>lombok</artifactId>
<version>1.18.30</version> <version>1.18.36</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
<dependency> <dependency>