You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2021/03/15 07:40:08 UTC

[struts] 01/02: WW-5120 Upgrades Velocity

This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/struts.git

commit 4f45ecec12cfc373706dc56a676a629ad75b2bec
Author: Lukasz Lenart <lu...@apache.org>
AuthorDate: Mon Mar 15 08:35:54 2021 +0100

    WW-5120 Upgrades Velocity
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 09ff3f1..1bef498 100644
--- a/pom.xml
+++ b/pom.xml
@@ -733,19 +733,19 @@
             <dependency>
                 <groupId>org.apache.velocity</groupId>
                 <artifactId>velocity-engine-core</artifactId>
-                <version>2.2</version>
+                <version>2.3</version>
             </dependency>
 
             <dependency>
                 <groupId>org.apache.velocity.tools</groupId>
                 <artifactId>velocity-tools-view</artifactId>
-                <version>3.0</version>
+                <version>3.1</version>
             </dependency>
 
             <dependency>
                 <groupId>org.apache.velocity.tools</groupId>
                 <artifactId>velocity-tools-view-jsp</artifactId>
-                <version>3.0</version>
+                <version>3.1</version>
             </dependency>
 
             <dependency>