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-groovy.git
The following commit(s) were added to refs/heads/master by this push:
new 4e0f93b adjust dependencies (highest versions for test, else lowest)
4e0f93b is described below
commit 4e0f93bad4d9a37296306b8720e299289fcaba35
Author: Oliver Lietz <[email protected]>
AuthorDate: Sun Jun 17 09:38:00 2018 +0200
adjust dependencies (highest versions for test, else lowest)
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index cb16654..d199fb6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -124,13 +124,13 @@
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.api</artifactId>
- <version>2.11.0</version>
+ <version>2.7.0</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>
@@ -142,7 +142,7 @@
<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>
--
To stop receiving notification emails like this one, please contact
[email protected].