Skip to content

Commit d158c06

Browse files
committed
Merge branch 'main' into 1277_migrate_to_jdk11
Signed-off-by: jarebudev <[email protected]>
2 parents ec3ceb8 + 3084907 commit d158c06

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
@@ -367,7 +367,7 @@
367367
<plugin>
368368
<groupId>org.apache.maven.plugins</groupId>
369369
<artifactId>maven-surefire-plugin</artifactId>
370-
<version>3.5.2</version>
370+
<version>3.5.3</version>
371371
<configuration>
372372
<excludes>
373373
<!-- tests to exclude -->
@@ -556,7 +556,7 @@
556556
<plugin>
557557
<groupId>org.apache.maven.plugins</groupId>
558558
<artifactId>maven-surefire-plugin</artifactId>
559-
<version>3.5.2</version>
559+
<version>3.5.3</version>
560560
<configuration>
561561
<skipTests>${skip.tests}</skipTests>
562562
</configuration>

0 commit comments

Comments
 (0)