You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2022/07/01 17:42:31 UTC

[maven-reporting-impl] 03/04: [MSHARED-1097] Update dependencies

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 adc4efb37f01a8d64c484aeb42f23caf7e3fd8a6
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Fri Jul 1 19:25:15 2022 +0200

    [MSHARED-1097] Update dependencies
---
 pom.xml | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index d76c4b2..0bdb47d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -72,6 +72,7 @@
     <mavenVersion>3.2.5</mavenVersion>
     <doxiaVersion>2.0.0-M3</doxiaVersion>
     <doxiaSitetoolsVersion>2.0.0-M3</doxiaSitetoolsVersion>
+    <reportingApiVersion>4.0.0-M1</reportingApiVersion>
     <project.build.outputTimestamp>2022-04-20T18:18:05Z</project.build.outputTimestamp>
   </properties>
 
@@ -79,7 +80,7 @@
     <dependency>
       <groupId>org.apache.maven.reporting</groupId>
       <artifactId>maven-reporting-api</artifactId>
-      <version>4.0.0-M1</version>
+      <version>${reportingApiVersion}</version>
     </dependency>
 
     <!-- Maven -->
@@ -130,14 +131,14 @@
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-utils</artifactId>
-      <version>3.3.1</version>
+      <version>3.4.2</version>
     </dependency>
 
     <!-- test -->
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>4.13.1</version>
+      <version>4.13.2</version>
       <scope>test</scope>
     </dependency>
     <dependency>