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-reporting-exec.git
commit 997ac944fe7d0014be48ef7e88bb1a4b7120ec57 Author: Michael Osipov <[email protected]> AuthorDate: Mon Jan 24 12:19:19 2022 +0100 [MSHARED-1026] 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 49abf96..5a0ed78 100644 --- a/pom.xml +++ b/pom.xml @@ -66,7 +66,7 @@ <dependency> <groupId>org.apache.maven.reporting</groupId> <artifactId>maven-reporting-api</artifactId> - <version>3.0</version> + <version>3.1.0-SNAPSHOT</version> </dependency> <!-- Maven -->
