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


The following commit(s) were added to refs/heads/master by this push:
     new acc6b6c  [MSHARED-1342] Upgrade plugins and components (in ITs)
acc6b6c is described below

commit acc6b6c14a73043a44d450f03747dca06df719cf
Author: Michael Osipov <micha...@apache.org>
AuthorDate: Sat Dec 9 22:42:02 2023 +0100

    [MSHARED-1342] Upgrade plugins and components (in ITs)
---
 pom.xml                               | 4 ++--
 src/it/setup-reporting-plugin/pom.xml | 4 ++--
 src/it/use-as-site-report/pom.xml     | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index 88a19cf..068cee2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -61,7 +61,7 @@
     <doxiaVersion>2.0.0-M8</doxiaVersion>
     <doxiaSitetoolsVersion>2.0.0-M16</doxiaSitetoolsVersion>
     <reportingApiVersion>4.0.0-M9</reportingApiVersion>
-    <pluginToolsVersion>3.9.0</pluginToolsVersion>
+    <pluginToolsVersion>3.10.2</pluginToolsVersion>
     
<project.build.outputTimestamp>2023-11-21T19:54:53Z</project.build.outputTimestamp>
   </properties>
 
@@ -146,7 +146,7 @@
     <dependency>
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-archiver</artifactId>
-      <version>3.6.0</version>
+      <version>3.6.1</version>
     </dependency>
 
     <!-- test -->
diff --git a/src/it/setup-reporting-plugin/pom.xml 
b/src/it/setup-reporting-plugin/pom.xml
index 4113bc4..a2073b9 100644
--- a/src/it/setup-reporting-plugin/pom.xml
+++ b/src/it/setup-reporting-plugin/pom.xml
@@ -66,7 +66,7 @@ under the License.
     <dependency>
       <groupId>org.apache.maven.shared</groupId>
       <artifactId>maven-shared-utils</artifactId>
-      <version>3.3.4</version>
+      <version>3.4.2</version>
     </dependency>
   </dependencies>
 
@@ -78,7 +78,7 @@ under the License.
       </plugin>
       <plugin>
         <artifactId>maven-install-plugin</artifactId>
-        <version>3.1.0</version>
+        <version>3.1.1</version>
       </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
diff --git a/src/it/use-as-site-report/pom.xml 
b/src/it/use-as-site-report/pom.xml
index 300197f..9036437 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-M10</version>
+        <version>4.0.0-M12</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.5</version>
+        <version>3.5.0</version>
         <reportSets>
           <reportSet>
             <reports>

Reply via email to