Skip to content

Commit 245055f

Browse files
committed
maven versions
1 parent 3761862 commit 245055f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
<plugin>
7676
<groupId>org.apache.maven.plugins</groupId>
7777
<artifactId>maven-compiler-plugin</artifactId>
78-
<version>3.10.1</version>
78+
<version>3.13.0</version>
7979
<configuration>
8080
<source>11</source>
8181
<target>11</target>
@@ -84,7 +84,7 @@
8484
<plugin>
8585
<groupId>org.apache.maven.plugins</groupId>
8686
<artifactId>maven-shade-plugin</artifactId>
87-
<version>3.4.1</version>
87+
<version>3.5.2</version>
8888
<executions>
8989
<execution>
9090
<phase>package</phase>

0 commit comments

Comments
 (0)