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 2018/01/02 10:28:26 UTC

[sling-org-apache-sling-scripting-freemarker] 06/06: update dependencies

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 21dc732265fb598ba82f7e41930a49e5c0d50f08
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Tue Jan 2 11:27:39 2018 +0100

    update dependencies
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index a6ddf20..3227f5c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -223,20 +223,20 @@
     <dependency>
       <groupId>org.freemarker</groupId>
       <artifactId>freemarker</artifactId>
-      <version>2.3.25-incubating</version>
+      <version>2.3.27-incubating</version>
       <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.servicemix.specs</groupId>
       <artifactId>org.apache.servicemix.specs.jaxp-api-1.4</artifactId>
-      <version>2.7.0</version>
+      <version>2.9.0</version>
       <scope>provided</scope>
     </dependency>
     <!-- jsoup -->
     <dependency>
       <groupId>org.jsoup</groupId>
       <artifactId>jsoup</artifactId>
-      <version>1.10.2</version>
+      <version>1.11.2</version>
       <scope>test</scope>
     </dependency>
     <!-- logging -->

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.