Skip to content
This repository was archived by the owner on May 8, 2026. It is now read-only.

Commit 9beaadc

Browse files
authored
build(deps): update dependency org.apache.maven.plugins:maven-surefire-plugin to v3.2.5 (#1521)
1 parent c4c5a0b commit 9beaadc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

samples/native-image-sample/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
113113
<groupId>org.apache.maven.plugins</groupId>
114114
<artifactId>maven-surefire-plugin
115115
</artifactId> <!-- Must use older version of surefire plugin for native-image testing. -->
116-
<version>3.2.2</version>
116+
<version>3.2.5</version>
117117
<configuration>
118118
<includes>
119119
<include>**/IT*</include>

0 commit comments

Comments
 (0)