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 90d4cdb856954ef778e8bfb8608d09581dcfb004 Author: Michał Goliński <[email protected]> AuthorDate: Thu Nov 18 18:38:59 2021 +0100 Update OSGi util bundles --- src/main/features/boot.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/features/boot.json b/src/main/features/boot.json index f1c7384..cfd9501 100644 --- a/src/main/features/boot.json +++ b/src/main/features/boot.json @@ -109,15 +109,15 @@ "start-order":"1" }, { - "id":"org.osgi:org.osgi.util.function:1.1.0", + "id":"org.osgi:org.osgi.util.function:1.2.0", "start-order":"1" }, { - "id":"org.osgi:org.osgi.util.promise:1.1.1", + "id":"org.osgi:org.osgi.util.promise:1.2.0", "start-order":"1" }, { - "id":"org.osgi:org.osgi.util.pushstream:1.0.1", + "id":"org.osgi:org.osgi.util.pushstream:1.0.2", "start-order":"1" }, {
