aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-07-17 07:59:56 -0500
committerGitHub <noreply@github.com>2023-07-17 07:59:56 -0500
commit2d699a6f2cfeced806c15969afc4f3184891ebcc (patch)
tree9ad42a6d15253197adc5a9c36e66e1686ceb851b
parent95c9987cca22d4c7812a774531011edd8ec8a4f7 (diff)
downloadzxing-2d699a6f2cfeced806c15969afc4f3184891ebcc.tar.gz
Bump maven-site-plugin from 4.0.0-M8 to 4.0.0-M9 (#1666)
Bumps [maven-site-plugin](https://github.com/apache/maven-site-plugin) from 4.0.0-M8 to 4.0.0-M9. - [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-M8...maven-site-plugin-4.0.0-M9) --- 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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 07dc0db13..03d62c679 100644
--- a/pom.xml
+++ b/pom.xml
@@ -384,7 +384,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
- <version>4.0.0-M8</version>
+ <version>4.0.0-M9</version>
<inherited>false</inherited>
</plugin>
<plugin>