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
commit b1587e97568ee9cb1b2c82f7325f7da25b20ca2d Author: Robert Munteanu <[email protected]> AuthorDate: Tue Oct 16 14:23:46 2018 +0200 SLING-7922 - Update to latest available releases for Sling 11 Update to Oak 1.8.8 --- src/main/provisioning/oak.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/provisioning/oak.txt b/src/main/provisioning/oak.txt index d6e0231..1399adb 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.7 + oak.version=1.8.8 # 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.2 + org.mongodb/mongo-java-driver/3.6.4 # start the Oak server instance after all components have been configured # and started to avoid restarting that component ( see SLING-4556 )
