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/04/02 01:58:13 UTC

[aries-cdi] branch master updated: Bump org.osgi.util.promise from 1.1.1 to 1.2.0

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 d8e40ab  Bump org.osgi.util.promise from 1.1.1 to 1.2.0
d8e40ab is described below

commit d8e40ab37e042bc15e4613bfb2021adcda048cec
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Feb 21 21:24:49 2022 +0000

    Bump org.osgi.util.promise from 1.1.1 to 1.2.0
    
    Bumps [org.osgi.util.promise](https://github.com/osgi/osgi) from 1.1.1 to 1.2.0.
    - [Release notes](https://github.com/osgi/osgi/releases)
    - [Commits](https://github.com/osgi/osgi/commits)
    
    ---
    updated-dependencies:
    - dependency-name: org.osgi:org.osgi.util.promise
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    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 161cdd7..399101f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -264,7 +264,7 @@
 			<dependency>
 				<groupId>org.osgi</groupId>
 				<artifactId>org.osgi.util.promise</artifactId>
-				<version>1.1.1</version>
+				<version>1.2.0</version>
 			</dependency>
 			<dependency>
 				<groupId>org.osgi</groupId>