Skip to content

Commit 9b8fc68

Browse files
authored
build(deps): update dependency org.apache.maven.plugins:maven-surefire-plugin to v3.1.2 (#2485)
1 parent d28aae8 commit 9b8fc68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/native-image/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
<groupId>org.apache.maven.plugins</groupId>
121121
<artifactId>maven-surefire-plugin
122122
</artifactId> <!-- Must use older version of surefire plugin for native-image testing. -->
123-
<version>3.1.0</version>
123+
<version>3.1.2</version>
124124
<configuration>
125125
<includes>
126126
<include>**/*IT</include>

0 commit comments

Comments
 (0)