This is an automated email from the ASF dual-hosted git repository.
jleroux pushed a commit to branch trunk
in repository
https://gitbox.apache.org/repos/asf/ofbiz-framework.gitThe following commit(s) were added to refs/heads/trunk by this push:
new 12cc975 Improved: no functional change (OFBIZ-10019)
12cc975 is described below
commit 12cc975a26ce7b3e425099d0c978ea90dd0a87c8
Author: Jacques Le Roux <
[hidden email]>
AuthorDate: Thu Nov 7 15:30:03 2019 +0100
Improved: no functional change
(OFBIZ-10019)
Adds a warning to remember to do OFBIZ-10019 when updating Freemarker >= 2.4
---
build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.gradle b/build.gradle
index 700498d..1f14f95 100644
--- a/build.gradle
+++ b/build.gradle
@@ -196,7 +196,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.8' // Remember to change the version number in javadoc.options block
- implementation 'org.freemarker:freemarker:2.3.29' // Remember to change the version number in FreeMarkerWorker class when upgrading
+ implementation 'org.freemarker:freemarker:2.3.29' // Remember to change the version number in FreeMarkerWorker class when upgrading. See OFBIZ-10019 if >= 2.4
implementation 'org.owasp.esapi:esapi:2.2.0.0'
implementation 'org.springframework:spring-test:5.2.0.RELEASE'
implementation 'org.zapodot:jackson-databind-java-optional:2.6.1'