This is an automated email from the ASF dual-hosted git repository. michaelo pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-site-plugin.git
commit 952ef1115d32ce49f5d0b0b0b0d60f7a22c351da Author: Michael Osipov <[email protected]> AuthorDate: Tue Nov 21 21:29:24 2023 +0100 [MSITE-993] Upgrade to Maven Reporting API 4.0.0-M9 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index d19670e4..2406b7a3 100644 --- a/pom.xml +++ b/pom.xml @@ -219,7 +219,7 @@ under the License. <dependency> <groupId>org.apache.maven.reporting</groupId> <artifactId>maven-reporting-api</artifactId> - <version>4.0.0-M8</version> + <version>4.0.0-M9</version> </dependency> <dependency> <groupId>org.apache.maven.reporting</groupId>
