This is an automated email from the ASF dual-hosted git repository.
cbrisson pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/velocity-tools.git
The following commit(s) were added to refs/heads/master by this push:
new 3324804 [tools] Upgrade velocity-engine-core and commons-lang versions
3324804 is described below
commit 33248041dcb7091ac98787fea432bc253f4d67a8
Author: Claude Brisson <[email protected]>
AuthorDate: Tue Jun 2 13:42:58 2020 +0200
[tools] Upgrade velocity-engine-core and commons-lang versions
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index cdd9bdb..7f04479 100644
--- a/pom.xml
+++ b/pom.xml
@@ -128,12 +128,12 @@
<dependency>
<groupId>org.apache.velocity</groupId>
<artifactId>velocity-engine-core</artifactId>
- <version>2.1</version>
+ <version>2.2</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
- <version>3.8.1</version>
+ <version>3.10</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>