This is an automated email from the ASF dual-hosted git repository. elharo pushed a commit to branch vel in repository https://gitbox.apache.org/repos/asf/maven-reporting-exec.git
commit 060d415d06ea4fd0fee4925a1f2076402537c1fe Author: Elliotte Rusty Harold <[email protected]> AuthorDate: Thu Jun 11 08:30:36 2020 -0400 update velocity --- pom.xml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/pom.xml b/pom.xml index 87560fc..ed98b44 100644 --- a/pom.xml +++ b/pom.xml @@ -250,7 +250,7 @@ <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-velocity</artifactId> - <version>1.1.8</version> + <version>1.2</version> <scope>test</scope> <exclusions> <exclusion> @@ -263,16 +263,10 @@ <dependency> <groupId>org.apache.velocity</groupId> <artifactId>velocity</artifactId> - <version>1.5</version> + <version>1.7</version> <scope>test</scope> </dependency> - <dependency> - <groupId>velocity</groupId> - <artifactId>velocity</artifactId> - <version>1.5</version> - <scope>test</scope> - </dependency> </dependencies> <build>
