Skip to content

Commit 548d468

Browse files
committed
Upgdate maven plugins
1 parent 270483c commit 548d468

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
@@ -67,7 +67,7 @@
6767
<plugin>
6868
<groupId>org.apache.maven.plugins</groupId>
6969
<artifactId>maven-surefire-plugin</artifactId>
70-
<version>3.0.0-M7</version>
70+
<version>3.1.0</version>
7171
<configuration>
7272
<environmentVariables>
7373
<TESTCONTAINERS_REUSE_ENABLE>true</TESTCONTAINERS_REUSE_ENABLE>
@@ -77,7 +77,7 @@
7777
<plugin>
7878
<groupId>org.apache.maven.plugins</groupId>
7979
<artifactId>maven-dependency-plugin</artifactId>
80-
<version>3.2.0</version>
80+
<version>3.5.0</version>
8181
<executions>
8282
<execution>
8383
<id>copy-dependencies</id>

0 commit comments

Comments
 (0)