Skip to content

Commit 22f79b7

Browse files
authored
build(deps): update dependency org.apache.maven.plugins:maven-surefire-plugin to v3.4.0 (#3282)
1 parent d6f4609 commit 22f79b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/native-image/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
<groupId>org.apache.maven.plugins</groupId>
122122
<artifactId>maven-surefire-plugin
123123
</artifactId> <!-- Must use older version of surefire plugin for native-image testing. -->
124-
<version>3.3.1</version>
124+
<version>3.4.0</version>
125125
<configuration>
126126
<includes>
127127
<include>**/*IT</include>

0 commit comments

Comments
 (0)