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 11d67d4 commit d5993caCopy full SHA for d5993ca
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.5</version>
+ <version>3.3.0</version>
128
<configuration>
129
<includes>
130
<include>**/*IT</include>
0 commit comments