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 2019/09/27 05:17:13 UTC

[sling-org-apache-sling-scripting-freemarker] branch master updated: 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


The following commit(s) were added to refs/heads/master by this push:
     new b8e58c9  update FreeMarker dependency
b8e58c9 is described below

commit b8e58c9304e58f777541fd8381d1ec1cf7e56328
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Fri Sep 27 07:16:51 2019 +0200

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

diff --git a/pom.xml b/pom.xml
index d50ad9f..f6afe50 100644
--- a/pom.xml
+++ b/pom.xml
@@ -209,7 +209,7 @@
     <dependency>
       <groupId>org.freemarker</groupId>
       <artifactId>freemarker</artifactId>
-      <version>2.3.28</version>
+      <version>2.3.29</version>
       <scope>provided</scope>
     </dependency>
     <dependency>