Skip to content

Commit 030206e

Browse files
authored
chore(deps): update maven plugins (#1950)
1 parent 32d3efe commit 030206e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@
1717
<plugin>
1818
<groupId>org.apache.maven.plugins</groupId>
1919
<artifactId>maven-compiler-plugin</artifactId>
20-
<version>3.14.0</version>
20+
<version>3.14.1</version>
2121
<configuration>
2222
<source>11</source>
2323
<target>11</target>
2424
</configuration>
2525
</plugin>
2626
<plugin>
2727
<artifactId>maven-surefire-plugin</artifactId>
28-
<version>3.5.3</version>
28+
<version>3.5.4</version>
2929
<configuration>
3030
<argLine>--add-exports=java.base/sun.security.x509=ALL-UNNAMED</argLine>
3131
<systemPropertyVariables>
@@ -36,7 +36,7 @@
3636
<plugin>
3737
<groupId>org.apache.maven.plugins</groupId>
3838
<artifactId>maven-resources-plugin</artifactId>
39-
<version>3.3.1</version>
39+
<version>3.4.0</version>
4040
</plugin>
4141
</plugins>
4242
</build>

server/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@
250250
<plugin>
251251
<groupId>org.apache.maven.plugins</groupId>
252252
<artifactId>maven-compiler-plugin</artifactId>
253-
<version>3.14.0</version>
253+
<version>3.14.1</version>
254254
<configuration>
255255
<source>11</source>
256256
<target>11</target>
@@ -259,7 +259,7 @@
259259
<plugin>
260260
<groupId>org.apache.maven.plugins</groupId>
261261
<artifactId>maven-shade-plugin</artifactId>
262-
<version>3.6.0</version>
262+
<version>3.6.1</version>
263263
<executions>
264264
<execution>
265265
<phase>package</phase>

0 commit comments

Comments
 (0)