This is an automated email from the ASF dual-hosted git repository. pottlinger pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/creadur-rat.git
commit 9a60f7b55d465e4e05bd5d7963331f7c328f5ce5 Author: P. Ottlinger <[email protected]> AuthorDate: Thu Jul 15 21:34:27 2021 +0200 RAT-283: Update antunit and javadoc plugin --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 8ad9cfc..3dcb2e0 100644 --- a/pom.xml +++ b/pom.xml @@ -130,7 +130,7 @@ agnostic home for software distribution comprehension and audit tools. <dependency> <groupId>org.apache.ant</groupId> <artifactId>ant-antunit</artifactId> - <version>1.4</version> + <version>1.4.1</version> <scope>test</scope> </dependency> <dependency> @@ -178,7 +178,7 @@ agnostic home for software distribution comprehension and audit tools. <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> - <version>3.1.0</version> + <version>3.1.1</version> <configuration> <tags> <tag>
