From aaa4ec04171ea789d3bb144339689d86d7ea54fd Mon Sep 17 00:00:00 2001 From: Renovate Bot <bot@renovateapp.com> Date: Sun, 26 Dec 2021 00:04:50 +0000 Subject: [PATCH] Update dependency org.apache.maven.plugins:maven-site-plugin to v3.10.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index f2c3883..764cae6 100644 --- a/pom.xml +++ b/pom.xml @@ -129,7 +129,7 @@ <!-- site lifecycle, see https://maven.apache.org/ref/current/maven-core/lifecycles.html#site_Lifecycle --> <plugin> <artifactId>maven-site-plugin</artifactId> - <version>3.7.1</version> + <version>3.10.0</version> </plugin> <plugin> <artifactId>maven-project-info-reports-plugin</artifactId> -- GitLab