Skip to content
Snippets Groups Projects

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

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