You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by ro...@apache.org on 2022/05/05 02:02:31 UTC

[aries-cdi] branch master updated: Bump org.osgi.service.cm from 1.6.0 to 1.6.1

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

rotty3000 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/aries-cdi.git


The following commit(s) were added to refs/heads/master by this push:
     new dafabee  Bump org.osgi.service.cm from 1.6.0 to 1.6.1
dafabee is described below

commit dafabeec57201df5fb2ef710f03b3ea2094f976f
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Apr 6 21:28:04 2022 +0000

    Bump org.osgi.service.cm from 1.6.0 to 1.6.1
    
    Bumps [org.osgi.service.cm](https://github.com/osgi/osgi) from 1.6.0 to 1.6.1.
    - [Release notes](https://github.com/osgi/osgi/releases)
    - [Commits](https://github.com/osgi/osgi/commits)
    
    ---
    updated-dependencies:
    - dependency-name: org.osgi:org.osgi.service.cm
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 9d6963a..a08a4a2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -236,7 +236,7 @@
 			<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>
 			<dependency>