We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c5117d commit 7a32932Copy full SHA for 7a32932
samples/native-image-sample/pom.xml
@@ -124,7 +124,7 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
124
<groupId>org.apache.maven.plugins</groupId>
125
<artifactId>maven-surefire-plugin
126
</artifactId> <!-- Must use older version of surefire plugin for native-image testing. -->
127
- <version>3.2.3</version>
+ <version>3.2.5</version>
128
<configuration>
129
<includes>
130
<include>**/*IT</include>
0 commit comments