From 3e4a247ab7cdf0068d41e2ec48e51e08f5c046da Mon Sep 17 00:00:00 2001
From: Mend Renovate <bot@renovateapp.com>
Date: Mon, 4 Dec 2023 16:22:21 +0100
Subject: [PATCH] build(deps): update dependency
 org.apache.maven.plugins:maven-surefire-plugin to v3.2.2 (#1820)

---
 samples/native-image-sample/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/samples/native-image-sample/pom.xml b/samples/native-image-sample/pom.xml
index dd902c86a..3838f02b8 100644
--- a/samples/native-image-sample/pom.xml
+++ b/samples/native-image-sample/pom.xml
@@ -124,7 +124,7 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-surefire-plugin
             </artifactId> <!-- Must use older version of surefire plugin for native-image testing. -->
-            <version>3.2.1</version>
+            <version>3.2.2</version>
             <configuration>
               <includes>
                 <include>**/*IT</include>