GUACAMOLE-1317: Update all Maven plugins to latest.

This commit is contained in:
Michael Jumper
2021-04-01 21:12:49 -07:00
parent 24681059c3
commit 7ce3882319
12 changed files with 65 additions and 83 deletions

View File

@@ -41,7 +41,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.3</version>
<version>3.8.1</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
@@ -57,7 +57,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
<version>2.6</version>
<version>3.3.1</version>
<configuration>
<overlays>
<overlay>
@@ -73,7 +73,7 @@
<plugin>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
<version>0.12</version>
<version>0.13</version>
<!-- Bind RAT to validate phase -->
<executions>