You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by kw...@apache.org on 2022/03/03 07:42:25 UTC

[sling-parent] branch feature/SLING-11176-update-osgi-deps created (now db907ab)

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

kwin pushed a change to branch feature/SLING-11176-update-osgi-deps
in repository https://gitbox.apache.org/repos/asf/sling-parent.git.


      at db907ab  SLING-11176 use newest OSGi dependencies

This branch includes the following new commits:

     new db907ab  SLING-11176 use newest OSGi dependencies

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[sling-parent] 01/01: SLING-11176 use newest OSGi dependencies

Posted by kw...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

kwin pushed a commit to branch feature/SLING-11176-update-osgi-deps
in repository https://gitbox.apache.org/repos/asf/sling-parent.git

commit db907ab872f309e89fdf76a4d5e7f46512f0288e
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Thu Mar 3 08:42:16 2022 +0100

    SLING-11176 use newest OSGi dependencies
---
 sling-bundle-parent/pom.xml | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/sling-bundle-parent/pom.xml b/sling-bundle-parent/pom.xml
index f23f7a0..21f161e 100644
--- a/sling-bundle-parent/pom.xml
+++ b/sling-bundle-parent/pom.xml
@@ -233,7 +233,7 @@ Bundle-DocURL: https://sling.apache.org
             <dependency>
                 <groupId>org.osgi</groupId>
                 <artifactId>org.osgi.util.tracker</artifactId>
-                <version>1.5.3</version>
+                <version>1.5.4</version>
                 <scope>provided</scope>
             </dependency>
             <!-- Data Transfer Object 1.1, Core R7 (https://docs.osgi.org/javadoc/osgi.core/7.0.0/org/osgi/dto/package-summary.html) -->
@@ -246,13 +246,13 @@ Bundle-DocURL: https://sling.apache.org
             <dependency>
                 <groupId>org.osgi</groupId>
                 <artifactId>org.osgi.service.url</artifactId>
-                <version>1.0.0</version>
+                <version>1.0.1</version>
             </dependency>
             <!-- Configuration Admin 1.6, Compendium R7 (https://osgi.org/javadoc/osgi.cmpn/7.0.0/org/osgi/service/cm/package-frame.html) -->
             <dependency>
                 <groupId>org.osgi</groupId>
                 <artifactId>org.osgi.service.cm</artifactId>
-                <version>1.6.0</version>
+                <version>1.6.1</version>
                 <scope>provided</scope>
             </dependency>
             <!-- Service Component 1.4, Compendium R7 (https://osgi.org/javadoc/osgi.cmpn/7.0.0/org/osgi/service/component/package-frame.html) -->
@@ -267,7 +267,7 @@ Bundle-DocURL: https://sling.apache.org
             <dependency>
                 <groupId>org.osgi</groupId>
                 <artifactId>org.osgi.service.event</artifactId>
-                <version>1.4.0</version>
+                <version>1.4.1</version>
                 <scope>provided</scope>
             </dependency>
             <!-- OSGi annotations (OSGi R7) -->
@@ -275,7 +275,7 @@ Bundle-DocURL: https://sling.apache.org
             <dependency>
                 <groupId>org.osgi</groupId>
                 <artifactId>org.osgi.annotation.versioning</artifactId>
-                <version>1.1.1</version>
+                <version>1.1.2</version>
                 <scope>provided</scope>
             </dependency>
             <!-- https://osgi.org/javadoc/osgi.annotation/7.0.0/org/osgi/annotation/bundle/package-frame.html -->
@@ -296,14 +296,14 @@ Bundle-DocURL: https://sling.apache.org
             <dependency>
                 <groupId>org.osgi</groupId>
                 <artifactId>org.osgi.service.metatype.annotations</artifactId>
-                <version>1.4.0</version>
+                <version>1.4.1</version>
                 <scope>provided</scope>
             </dependency>
             <!-- https://sling.apache.org/apidocs/sling11/org/apache/sling/servlets/annotations/package-summary.html -->
             <dependency>
                 <groupId>org.apache.sling</groupId>
                 <artifactId>org.apache.sling.servlets.annotations</artifactId>
-                <version>1.2.4</version>
+                <version>1.2.6</version>
                 <scope>provided</scope>
             </dependency>
         </dependencies>