This is an automated email from the ASF dual-hosted git repository. amichai pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/aries-rsa.git
commit 00a0131b73109d13fcee9e2a6b3cdc768a07817d Author: Amichai Rothman <[email protected]> AuthorDate: Wed Nov 13 09:23:51 2019 +0200 Fix invalid maven-surefire-report-plugin version --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 0c69766..02d3431 100644 --- a/pom.xml +++ b/pom.xml @@ -113,7 +113,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-report-plugin</artifactId> - <version>2.22</version> + <version>2.22.2</version> <configuration> <aggregate>true</aggregate> </configuration>
