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
The following commit(s) were added to refs/heads/master by this push:
new a558e0e RAT-290: Update animal sniffer maven plugin to 1.21
a558e0e is described below
commit a558e0ea2f994f227e38e27b3738cdbfc74a7a78
Author: P. Ottlinger <[email protected]>
AuthorDate: Sun Feb 6 10:40:57 2022 +0100
RAT-290: Update animal sniffer maven plugin to 1.21
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 99708af..2b9ee52 100644
--- a/pom.xml
+++ b/pom.xml
@@ -446,7 +446,7 @@ agnostic home for software distribution comprehension and
audit tools.
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>animal-sniffer-maven-plugin</artifactId>
- <version>1.20</version>
+ <version>1.21</version>
<executions>
<execution>
<!-- This checks the source code of our project -->