From 3dded7bdc110568ef4f86d906c1b1601681c8fb8 Mon Sep 17 00:00:00 2001 From: tudo-fsinfo/admin Bot <group_91_bot@example.com> Date: Wed, 26 Oct 2022 07:06:43 +0000 Subject: [PATCH] Update dependency org.apache.maven.plugins:maven-clean-plugin to v3.2.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index f2c3883..58599e9 100644 --- a/pom.xml +++ b/pom.xml @@ -99,7 +99,7 @@ <!-- clean lifecycle, see https://maven.apache.org/ref/current/maven-core/lifecycles.html#clean_Lifecycle --> <plugin> <artifactId>maven-clean-plugin</artifactId> - <version>3.1.0</version> + <version>3.2.0</version> </plugin> <!-- default lifecycle, jar packaging: see https://maven.apache.org/ref/current/maven-core/default-bindings.html#Plugin_bindings_for_jar_packaging --> <plugin> -- GitLab