Skip to content
Snippets Groups Projects

Update dependency org.apache.maven.plugins:maven-compiler-plugin to v3.12.1

+ 1
1
@@ -324,7 +324,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<version>3.12.1</version>
<configuration>
<source>11</source>
<target>11</target>
Loading