Compare commits

...

2 commits

Author SHA1 Message Date
34f77f1075 Merge pull request 'Update dependency org.projectlombok:lombok to v1.18.36' (#30) from renovate/org.projectlombok-lombok-1.x into master
Some checks are pending
Plugins/ShowControl/pipeline/head Build queued...
Reviewed-on: #30
2025-01-27 18:55:07 +00:00
be060b548a Update dependency org.projectlombok:lombok to v1.18.36
Some checks failed
Plugins/ShowControl/pipeline/pr-master There was a failure building this commit
2025-01-27 18:54:33 +00:00

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>