Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Improved: Update Freemarker to 2.3.31
  • Loading branch information
JacquesLeRoux committed Feb 18, 2021
1 parent e259170 commit 44922f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -218,7 +218,7 @@ dependencies {
implementation 'org.apache.xmlrpc:xmlrpc-client:3.1.3'
implementation 'org.apache.xmlrpc:xmlrpc-server:3.1.3'
implementation 'org.codehaus.groovy:groovy-all:2.5.11' // Compile issue with commons-cli and Groovy 3. Remember to change the version number in javadoc block.
implementation 'org.freemarker:freemarker:2.3.30' // Remember to change the version number in FreeMarkerWorker class when upgrading. See OFBIZ-10019 if >= 2.4
implementation 'org.freemarker:freemarker:2.3.31' // Remember to change the version number in FreeMarkerWorker class when upgrading. See OFBIZ-10019 if >= 2.4
implementation 'org.owasp.esapi:esapi:2.2.2.0'
implementation 'org.springframework:spring-test:5.3.2'
implementation 'org.zapodot:jackson-databind-java-optional:2.6.1'
Expand Down
Expand Up @@ -75,7 +75,7 @@ public final class FreeMarkerWorker {

private static final String MODULE = FreeMarkerWorker.class.getName();

public static final Version VERSION = Configuration.VERSION_2_3_30;
public static final Version VERSION = Configuration.VERSION_2_3_31;

private FreeMarkerWorker() { }

Expand Down

0 comments on commit 44922f0

Please sign in to comment.