Skip to content

Commit 7a32932

Browse files
authored
build(deps): update dependency org.apache.maven.plugins:maven-surefire-plugin to v3.2.5 (#1856)
1 parent 8c5117d commit 7a32932

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/native-image-sample/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
124124
<groupId>org.apache.maven.plugins</groupId>
125125
<artifactId>maven-surefire-plugin
126126
</artifactId> <!-- Must use older version of surefire plugin for native-image testing. -->
127-
<version>3.2.3</version>
127+
<version>3.2.5</version>
128128
<configuration>
129129
<includes>
130130
<include>**/*IT</include>

0 commit comments

Comments
 (0)