This is an automated email from the ASF dual-hosted git repository. elharo pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-site.git
The following commit(s) were added to refs/heads/master by this push: new 65c0542f Bump maven-site-plugin from 4.0.0-M4 to 4.0.0-M6 (#401) 65c0542f is described below commit 65c0542f601947b4e99e6dcf3304cab97c3464a6 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Fri Mar 24 11:55:20 2023 +0000 Bump maven-site-plugin from 4.0.0-M4 to 4.0.0-M6 (#401) Bumps [maven-site-plugin](https://github.com/apache/maven-site-plugin) from 4.0.0-M4 to 4.0.0-M6. - [Release notes](https://github.com/apache/maven-site-plugin/releases) - [Commits](https://github.com/apache/maven-site-plugin/compare/maven-site-plugin-4.0.0-M4...maven-site-plugin-4.0.0-M6) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-site-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <supp...@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 5c115433..6a238278 100644 --- a/pom.xml +++ b/pom.xml @@ -113,7 +113,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-site-plugin</artifactId> - <version>4.0.0-M4</version> + <version>4.0.0-M6</version> <configuration> <siteDirectory>${siteDirectory}</siteDirectory> <!-- don't deploy site with maven-site-plugin -->