chore(deps): bump version of lombok and maven-compiler-plugin config
/ build (push) Successful in 22s
/ build-docker-nightly (push) Successful in 8s
/ build-docker-release (push) Has been skipped

This commit is contained in:
2026-06-15 15:52:31 +02:00
parent 44c63c0f10
commit d10e6b42c4
+3 -2
View File
@@ -42,6 +42,7 @@
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.46</version>
<optional>true</optional>
</dependency>
<dependency>
@@ -69,8 +70,8 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>11</source>
<target>11</target>
<source>21</source>
<target>21</target>
</configuration>
</plugin>
</plugins>