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-exec.git


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

commit 6e8b32cb08bd2b1c9e49fe902e3e741ea99e5e6d
Author: Michael Osipov <micha...@apache.org>
AuthorDate: Tue Nov 21 21:05:05 2023 +0100

    [MSHARED-1337] Upgrade plugins and components (in ITs)
---
 pom.xml                                      | 6 +++---
 src/it/forked-lifecycle/pom.xml              | 2 +-
 src/it/pluginManagement_dependencies/pom.xml | 2 +-
 src/it/reportConfig/pom.xml                  | 4 ++--
 4 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/pom.xml b/pom.xml
index 71e02cc..18f7702 100644
--- a/pom.xml
+++ b/pom.xml
@@ -61,8 +61,8 @@
     <aetherVersion>1.0.0.v20140518</aetherVersion>
     <slf4jVersion>1.7.36</slf4jVersion>
     
<project.build.outputTimestamp>2023-10-13T20:51:28Z</project.build.outputTimestamp>
-    <sitePluginVersion>4.0.0-M10</sitePluginVersion>
-    <projectInfoReportsPluginVersion>3.4.5</projectInfoReportsPluginVersion>
+    <sitePluginVersion>4.0.0-M11</sitePluginVersion>
+    <projectInfoReportsPluginVersion>3.5.0</projectInfoReportsPluginVersion>
   </properties>
 
   <dependencies>
@@ -206,7 +206,7 @@
     <dependency>
       <groupId>org.apache.maven.doxia</groupId>
       <artifactId>doxia-site-renderer</artifactId>
-      <version>2.0.0-M13</version>
+      <version>2.0.0-M16</version>
       <scope>test</scope>
     </dependency>
 
diff --git a/src/it/forked-lifecycle/pom.xml b/src/it/forked-lifecycle/pom.xml
index 78e6992..1e8141c 100644
--- a/src/it/forked-lifecycle/pom.xml
+++ b/src/it/forked-lifecycle/pom.xml
@@ -65,7 +65,7 @@ under the License.
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-javadoc-plugin</artifactId>
-        <version>3.5.0</version>
+        <version>3.6.2</version>
       </plugin>
     </plugins>
   </reporting>
diff --git a/src/it/pluginManagement_dependencies/pom.xml 
b/src/it/pluginManagement_dependencies/pom.xml
index 28618bf..39a3453 100644
--- a/src/it/pluginManagement_dependencies/pom.xml
+++ b/src/it/pluginManagement_dependencies/pom.xml
@@ -32,7 +32,7 @@ under the License.
       <plugins>
         <plugin>
           <artifactId>maven-checkstyle-plugin</artifactId>
-          <version>3.3.0</version>
+          <version>3.3.1</version>
         </plugin>
         <plugin>
           <artifactId>maven-site-plugin</artifactId>
diff --git a/src/it/reportConfig/pom.xml b/src/it/reportConfig/pom.xml
index f2e661d..3aa943e 100644
--- a/src/it/reportConfig/pom.xml
+++ b/src/it/reportConfig/pom.xml
@@ -42,7 +42,7 @@ under the License.
     <dependency>
       <groupId>org.apache.maven.reporting</groupId>
       <artifactId>maven-reporting-impl</artifactId>
-      <version>4.0.0-M11</version>
+      <version>4.0.0-M12</version>
     </dependency>
   </dependencies>
 
@@ -64,7 +64,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-plugin-plugin</artifactId>
-          <version>3.9.0</version>
+          <version>3.10.2</version>
         </plugin>
       </plugins>
     </pluginManagement>

Reply via email to