This is an automated email from the ASF dual-hosted git repository. elharo pushed a commit to branch dox in repository https://gitbox.apache.org/repos/asf/maven-jxr.git
commit 52cdc2dab9d4244a98af98790394d623489ad04f Author: Elliotte Rusty Harold <elh...@ibiblio.org> AuthorDate: Sun Apr 5 08:49:14 2020 -0400 udpate dependencies and parent POM --- pom.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pom.xml b/pom.xml index be2f7ec..d00a04f 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ under the License. <parent> <groupId>org.apache.maven</groupId> <artifactId>maven-parent</artifactId> - <version>33</version> + <version>34</version> <relativePath>../pom/maven/pom.xml</relativePath> </parent> @@ -64,9 +64,9 @@ under the License. <properties> <javaVersion>7</javaVersion> - <sitePluginVersion>3.3</sitePluginVersion> + <sitePluginVersion>3.9.0</sitePluginVersion> <maven.site.path>jxr-archives/jxr-LATEST</maven.site.path> - <surefire.version>2.21.0</surefire.version> + <surefire.version>2.22.2</surefire.version> </properties> <modules> @@ -89,17 +89,17 @@ under the License. <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>test</scope> - <version>4.12</version> + <version>4.13</version> </dependency> <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-java</artifactId> - <version>0.9.8</version> + <version>1.0.5</version> </dependency> <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-utils</artifactId> - <version>3.1.0</version> + <version>3.3.0</version> </dependency> </dependencies> </dependencyManagement> @@ -137,7 +137,7 @@ under the License. <dependency> <groupId>org.codehaus.mojo</groupId> <artifactId>extra-enforcer-rules</artifactId> - <version>1.0-beta-6</version> + <version>1.2</version> </dependency> </dependencies> </plugin>