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-reporting-impl.git
commit 976346e29a625dd1a20b0ee57dd672d4dfe2b68e Author: Michael Osipov <[email protected]> AuthorDate: Sat Jun 24 21:24:13 2023 +0200 [MSHARED-1277] Upgrade plugins and components (in ITs) --- pom.xml | 4 ++-- src/it/use-as-site-report/pom.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index f29794d..1d20287 100644 --- a/pom.xml +++ b/pom.xml @@ -61,7 +61,7 @@ <doxiaVersion>2.0.0-M6</doxiaVersion> <doxiaSitetoolsVersion>2.0.0-M10</doxiaSitetoolsVersion> <reportingApiVersion>4.0.0-M6</reportingApiVersion> - <pluginToolsVersion>3.8.1</pluginToolsVersion> + <pluginToolsVersion>3.9.0</pluginToolsVersion> <project.build.outputTimestamp>2023-04-26T20:33:54Z</project.build.outputTimestamp> </properties> @@ -91,7 +91,7 @@ <dependency> <groupId>org.apache.maven.shared</groupId> <artifactId>maven-shared-utils</artifactId> - <version>3.3.4</version> + <version>3.4.2</version> </dependency> <!-- Doxia --> diff --git a/src/it/use-as-site-report/pom.xml b/src/it/use-as-site-report/pom.xml index bbf58ff..5a90948 100644 --- a/src/it/use-as-site-report/pom.xml +++ b/src/it/use-as-site-report/pom.xml @@ -37,7 +37,7 @@ under the License. <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-site-plugin</artifactId> - <version>4.0.0-M7</version> + <version>4.0.0-M8</version> </plugin> </plugins> </build> @@ -47,7 +47,7 @@ under the License. <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-project-info-reports-plugin</artifactId> - <version>3.4.2</version> + <version>3.4.5</version> <reportSets> <reportSet> <reports>
