From 04d4ba63e6e73fe4f88ebe58f2162c822cc13773 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Jan 2024 21:17:38 +0000 Subject: [PATCH] Update dependency org.apache.maven.plugins:maven-surefire-plugin to v3.2.5 --- ksef-sample/pom.xml | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ksef-sample/pom.xml b/ksef-sample/pom.xml index ef80589..0cb35b5 100644 --- a/ksef-sample/pom.xml +++ b/ksef-sample/pom.xml @@ -18,7 +18,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> - <version>3.1.2</version> + <version>3.2.5</version> <configuration> <excludes> <exclude>**/*IT.java</exclude> diff --git a/pom.xml b/pom.xml index f179205..7cea56d 100644 --- a/pom.xml +++ b/pom.xml @@ -88,7 +88,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> - <version>2.22.2</version> + <version>3.2.5</version> </plugin> <plugin>