You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2019/08/06 11:27:17 UTC

[sling-org-apache-sling-starter] branch master updated: SLING-8614 - Update to Oak 1.16

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

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


The following commit(s) were added to refs/heads/master by this push:
     new c4f6e3b  SLING-8614 - Update to Oak 1.16
c4f6e3b is described below

commit c4f6e3b1c4cc0b95fe6a0ebcfa9e5122ae11299d
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Tue Aug 6 12:09:29 2019 +0300

    SLING-8614 - Update to Oak 1.16
---
 src/main/provisioning/oak.txt   | 4 ++--
 src/main/provisioning/sling.txt | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/main/provisioning/oak.txt b/src/main/provisioning/oak.txt
index 2eb8ad8..2f4b9ce 100644
--- a/src/main/provisioning/oak.txt
+++ b/src/main/provisioning/oak.txt
@@ -20,7 +20,7 @@
 [feature name=oak]
 
 [variables]
-    oak.version=1.8.8
+    oak.version=1.16.0
 
 # The segment node store is used via a configuration
 [artifacts startLevel=10]
@@ -47,7 +47,7 @@
     org.apache.jackrabbit/oak-segment-tar/${oak.version}
 
 [artifacts startLevel=15 runModes=oak_mongo]
-    org.mongodb/mongo-java-driver/3.6.4
+    org.mongodb/mongo-java-driver/3.8.2
     com.h2database/h2-mvstore/1.4.194
 
 # start the Oak server instance after all components have been configured
diff --git a/src/main/provisioning/sling.txt b/src/main/provisioning/sling.txt
index 60e77fd..51c2255 100644
--- a/src/main/provisioning/sling.txt
+++ b/src/main/provisioning/sling.txt
@@ -20,7 +20,7 @@
 [feature name=sling]
 
 [variables]
-    jackrabbit.version=2.16.3
+    jackrabbit.version=2.18.2
 
 [artifacts startLevel=4]
     org.apache.felix/org.apache.felix.scr/2.1.16
@@ -86,7 +86,7 @@
     org.apache.sling/org.apache.sling.sample.slingshot/0.9.0/slingfeature/slingfeature
     commons-collections/commons-collections/3.2.2
     org.apache.commons/commons-collections4/4.2
-    commons-codec/commons-codec/1.11
+    commons-codec/commons-codec/1.12
     org.apache.commons/commons-math/2.2
     org.apache.httpcomponents/httpcore-osgi/4.4.10
     org.apache.httpcomponents/httpclient-osgi/4.5.6