We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85536a1 commit ccdcd87Copy full SHA for ccdcd87
pom.xml
@@ -23,7 +23,7 @@
23
<plugin>
24
<groupId>org.apache.maven.plugins</groupId>
25
<artifactId>maven-compiler-plugin</artifactId>
26
- <version>3.7.0</version>
+ <version>3.10.1</version>
27
<configuration>
28
<source>${java.version}</source>
29
<target>${java.version}</target>
@@ -32,7 +32,7 @@
32
33
34
<artifactId>maven-shade-plugin</artifactId>
35
- <version>3.1.1</version>
+ <version>3.4.1</version>
36
37
<dependencyReducedPomLocation>${project.build.directory}/dependency-reduced-pom.xml</dependencyReducedPomLocation>
38
<relocations>
0 commit comments