Skip to content

Commit e1d8e83

Browse files
committed
build: update Maven compiler plugin to version 3.15.0 and add versions-maven-plugin
1 parent 6f5e678 commit e1d8e83

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

pom.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,16 @@
2828
<plugin>
2929
<groupId>org.apache.maven.plugins</groupId>
3030
<artifactId>maven-compiler-plugin</artifactId>
31-
<version>3.13.0</version>
31+
<version>3.15.0</version>
3232
<configuration>
3333
<release>${maven.compiler.release}</release>
3434
</configuration>
3535
</plugin>
36+
<plugin>
37+
<groupId>org.codehaus.mojo</groupId>
38+
<artifactId>versions-maven-plugin</artifactId>
39+
<version>2.20.1</version>
40+
</plugin>
3641
</plugins>
3742
</build>
3843

0 commit comments

Comments
 (0)