This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-jxr.git
commit 8aa405c1e837a49d6c47d745459f5531349a03be Author: Sylwester Lachiewicz <[email protected]> AuthorDate: Thu Dec 9 01:17:28 2021 +0100 (doc) dependency updates --- pom.xml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index b133c4e..87dd2c2 100644 --- a/pom.xml +++ b/pom.xml @@ -92,7 +92,7 @@ under the License. <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>test</scope> - <version>4.13.1</version> + <version>4.13.2</version> </dependency> <dependency> <groupId>org.codehaus.plexus</groupId> @@ -121,6 +121,15 @@ under the License. <artifactId>maven-enforcer-plugin</artifactId> <version>3.0.0-M3</version> </plugin> + <plugin> + <artifactId>maven-javadoc-plugin</artifactId> + <version>3.2.0</version> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-project-info-reports-plugin</artifactId> + <version>3.1.2</version> + </plugin> </plugins> </pluginManagement> <plugins>
