From f7a05f1cd8a5b64c7c02868d9fdc50b4510ec205 Mon Sep 17 00:00:00 2001
From: Dependabot <dependabot@rubend.nl>
Date: Mon, 31 Mar 2025 17:55:08 +0000
Subject: [PATCH] Bump org.apache.maven.plugins:maven-surefire-plugin from
 3.5.1 to 3.5.3

Bumps [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.5.1 to 3.5.3.
- [Release notes](https://github.com/apache/maven-surefire/releases)
- [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.5.1...surefire-3.5.3)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index be29098..cf1b829 100644
--- a/pom.xml
+++ b/pom.xml
@@ -159,7 +159,7 @@
             </plugin>
             <plugin>
                 <artifactId>maven-surefire-plugin</artifactId>
-                <version>3.5.1</version>
+                <version>3.5.3</version>
             </plugin>
         </plugins>
     </build>
-- 
GitLab