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/04/25 20:04:29 UTC

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


The following commit(s) were added to refs/heads/master by this push:
     new 1db07a5  update dependencies
1db07a5 is described below

commit 1db07a58dd6c98ef4a2b65f43c7336abf82bf7c8
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Wed Apr 25 22:03:58 2018 +0200

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

diff --git a/pom.xml b/pom.xml
index c87868a..89696b5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -147,37 +147,37 @@
     <dependency>
       <groupId>org.apache.sling</groupId>
       <artifactId>org.apache.sling.api</artifactId>
-      <version>2.11.0</version>
+      <version>2.16.4</version>
       <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.sling</groupId>
       <artifactId>org.apache.sling.auth.core</artifactId>
-      <version>1.3.24</version>
+      <version>1.4.2</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.sling</groupId>
       <artifactId>org.apache.sling.commons.classloader</artifactId>
-      <version>1.3.8</version>
+      <version>1.4.2</version>
       <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.sling</groupId>
       <artifactId>org.apache.sling.engine</artifactId>
-      <version>2.6.6</version>
+      <version>2.6.12</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.sling</groupId>
       <artifactId>org.apache.sling.i18n</artifactId>
-      <version>2.5.6</version>
+      <version>2.5.12</version>
       <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.sling</groupId>
       <artifactId>org.apache.sling.models.api</artifactId>
-      <version>1.3.2</version>
+      <version>1.3.6</version>
       <scope>test</scope>
     </dependency>
     <dependency>
@@ -189,26 +189,26 @@
     <dependency>
       <groupId>org.apache.sling</groupId>
       <artifactId>org.apache.sling.scripting.api</artifactId>
-      <version>2.1.12</version>
+      <version>2.2.0</version>
       <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.sling</groupId>
       <artifactId>org.apache.sling.scripting.core</artifactId>
-      <version>2.0.46</version>
+      <version>2.0.54</version>
       <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.sling</groupId>
       <artifactId>org.apache.sling.testing.paxexam</artifactId>
-      <version>1.0.0</version>
+      <version>2.0.0</version>
       <scope>provided</scope>
     </dependency>
     <!-- FreeMarker -->
     <dependency>
       <groupId>org.freemarker</groupId>
       <artifactId>freemarker</artifactId>
-      <version>2.3.27-incubating</version>
+      <version>2.3.28</version>
       <scope>provided</scope>
     </dependency>
     <dependency>
@@ -221,7 +221,7 @@
     <dependency>
       <groupId>org.jsoup</groupId>
       <artifactId>jsoup</artifactId>
-      <version>1.11.2</version>
+      <version>1.11.3</version>
       <scope>test</scope>
     </dependency>
     <!-- logging -->

-- 
To stop receiving notification emails like this one, please contact
olli@apache.org.