From b5b89f1139ee053d490cdf9f8fab33dd76bef1af Mon Sep 17 00:00:00 2001 From: Renovate Bot <renovate@fachschaften.org> Date: Fri, 3 Feb 2023 22:10:30 +0000 Subject: [PATCH] Update dependency org.apache.maven.plugins:maven-surefire-plugin to v2.22.2 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index f2c3883..8d63901 100644 --- a/pom.xml +++ b/pom.xml @@ -112,7 +112,7 @@ </plugin> <plugin> <artifactId>maven-surefire-plugin</artifactId> - <version>2.22.1</version> + <version>2.22.2</version> </plugin> <plugin> <artifactId>maven-jar-plugin</artifactId> -- GitLab