You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ol...@apache.org on 2020/03/28 09:25:35 UTC

[sling-org-apache-sling-scripting-freemarker] 03/03: update FreeMarker dependency

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

olli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-freemarker.git

commit d27a369ab45ea489517d5926b4e4c186289224f9
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Sat Mar 28 10:25:14 2020 +0100

    update FreeMarker dependency
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 607b93f..bf34829 100644
--- a/pom.xml
+++ b/pom.xml
@@ -215,7 +215,7 @@
     <dependency>
       <groupId>org.freemarker</groupId>
       <artifactId>freemarker</artifactId>
-      <version>2.3.29</version>
+      <version>2.3.30</version>
       <scope>provided</scope>
     </dependency>
     <dependency>