Skip to content

Commit 63432aa

Browse files
authored
Merge pull request #291 from OpenLiberty/dependabot/maven/start/org.apache.maven.plugins-maven-surefire-plugin-3.3.1
Bump org.apache.maven.plugins:maven-surefire-plugin from 3.3.0 to 3.3.1 in /start
2 parents 6250d66 + eef339f commit 63432aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

start/inventory/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
<plugin>
9292
<groupId>org.apache.maven.plugins</groupId>
9393
<artifactId>maven-surefire-plugin</artifactId>
94-
<version>3.3.0</version>
94+
<version>3.3.1</version>
9595
</plugin>
9696
<!-- Plugin to run functional tests -->
9797
<plugin>

start/system/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
<plugin>
7878
<groupId>org.apache.maven.plugins</groupId>
7979
<artifactId>maven-surefire-plugin</artifactId>
80-
<version>3.3.0</version>
80+
<version>3.3.1</version>
8181
</plugin>
8282
<!-- Plugin to run functional tests -->
8383
<plugin>

0 commit comments

Comments
 (0)