We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d502b12 commit bd1d12fCopy full SHA for bd1d12f
1 file changed
pom.xml
@@ -79,7 +79,7 @@
79
<plugin>
80
<groupId>org.apache.maven.plugins</groupId>
81
<artifactId>maven-shade-plugin</artifactId>
82
- <version>3.1.0</version>
+ <version>3.2.1</version>
83
<executions>
84
<execution>
85
<goals>
@@ -102,7 +102,7 @@
102
103
104
<artifactId>maven-compiler-plugin</artifactId>
105
- <version>3.7.0</version>
+ <version>3.8.0</version>
106
<configuration>
107
<compilerVersion>${javac.target}</compilerVersion>
108
<source>${javac.target}</source>
@@ -121,7 +121,7 @@
121
122
<groupId>org.apache.rat</groupId>
123
<artifactId>apache-rat-plugin</artifactId>
124
- <version>0.12</version>
+ <version>0.13</version>
125
126
<excludes>
127
<exclude>**/README.md</exclude>
0 commit comments