Skip to content

Commit fc3ac6e

Browse files
committed
Использовать последние версии plugins
1 parent 911b5c4 commit fc3ac6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<plugin>
3333
<groupId>org.apache.maven.plugins</groupId>
3434
<artifactId>maven-compiler-plugin</artifactId>
35-
<version>3.8.1</version>
35+
<version>3.14.1</version>
3636
<configuration>
3737
<source>21</source>
3838
<target>21</target>
@@ -41,7 +41,7 @@
4141
<plugin>
4242
<groupId>org.apache.maven.plugins</groupId>
4343
<artifactId>maven-shade-plugin</artifactId>
44-
<version>3.2.4</version>
44+
<version>3.6.1</version>
4545
<executions>
4646
<execution>
4747
<phase>package</phase>

0 commit comments

Comments
 (0)