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 2023/01/16 06:47:47 UTC

[struts] branch WW-5277-freemarker created (now cde175334)

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

lukaszlenart pushed a change to branch WW-5277-freemarker
in repository https://gitbox.apache.org/repos/asf/struts.git


      at cde175334 WW-5277 Upgrades Freemarker to version 2.3.32

This branch includes the following new commits:

     new cde175334 WW-5277 Upgrades Freemarker to version 2.3.32

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[struts] 01/01: WW-5277 Upgrades Freemarker to version 2.3.32

Posted by lu...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a commit to branch WW-5277-freemarker
in repository https://gitbox.apache.org/repos/asf/struts.git

commit cde1753341557e0c767e8acf45adb3ac2bf51503
Author: Lukasz Lenart <lu...@apache.org>
AuthorDate: Mon Jan 16 07:47:40 2023 +0100

    WW-5277 Upgrades Freemarker to version 2.3.32
---
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index b4e173909..42f0f42c8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -121,6 +121,7 @@
         <tiles-request.version>1.0.7</tiles-request.version>
         <maven-surefire-plugin.version>3.0.0-M7</maven-surefire-plugin.version>
         <hibernate-validator.version>6.2.4.Final</hibernate-validator.version>
+        <freemarker.version>2.3.32</freemarker.version>
 
         <!-- Site generation -->
         <fluido-skin.version>1.9</fluido-skin.version>
@@ -683,7 +684,7 @@
             <dependency>
                 <groupId>org.freemarker</groupId>
                 <artifactId>freemarker</artifactId>
-                <version>2.3.31</version>
+                <version>${freemarker.version}</version>
             </dependency>
 
             <dependency>