Skip to content

Commit bd1d12f

Browse files
committed
Update plugin versions
1 parent d502b12 commit bd1d12f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
<plugin>
8080
<groupId>org.apache.maven.plugins</groupId>
8181
<artifactId>maven-shade-plugin</artifactId>
82-
<version>3.1.0</version>
82+
<version>3.2.1</version>
8383
<executions>
8484
<execution>
8585
<goals>
@@ -102,7 +102,7 @@
102102
<plugin>
103103
<groupId>org.apache.maven.plugins</groupId>
104104
<artifactId>maven-compiler-plugin</artifactId>
105-
<version>3.7.0</version>
105+
<version>3.8.0</version>
106106
<configuration>
107107
<compilerVersion>${javac.target}</compilerVersion>
108108
<source>${javac.target}</source>
@@ -121,7 +121,7 @@
121121
<plugin>
122122
<groupId>org.apache.rat</groupId>
123123
<artifactId>apache-rat-plugin</artifactId>
124-
<version>0.12</version>
124+
<version>0.13</version>
125125
<configuration>
126126
<excludes>
127127
<exclude>**/README.md</exclude>

0 commit comments

Comments
 (0)