We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4c5a0b commit 9beaadcCopy full SHA for 9beaadc
samples/native-image-sample/pom.xml
@@ -113,7 +113,7 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
113
<groupId>org.apache.maven.plugins</groupId>
114
<artifactId>maven-surefire-plugin
115
</artifactId> <!-- Must use older version of surefire plugin for native-image testing. -->
116
- <version>3.2.2</version>
+ <version>3.2.5</version>
117
<configuration>
118
<includes>
119
<include>**/IT*</include>
0 commit comments