This is an automated email from the ASF dual-hosted git repository. michaelo pushed a commit to branch dependency-updates in repository https://gitbox.apache.org/repos/asf/maven-site-plugin.git
commit 09d2f6f442ef43fdc29282735b99b0986002db0d Author: Michael Osipov <micha...@apache.org> AuthorDate: Tue Jan 25 23:11:25 2022 +0100 [MSITE-881] Upgrade Maven Reporting API to 3.1.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index c4e558a..f9e5f68 100644 --- a/pom.xml +++ b/pom.xml @@ -220,7 +220,7 @@ under the License. <dependency> <groupId>org.apache.maven.reporting</groupId> <artifactId>maven-reporting-api</artifactId> - <version>3.0</version> + <version>3.1.0</version> </dependency> <dependency> <groupId>org.apache.maven.reporting</groupId>