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 2021/11/01 19:58:44 UTC

[aries-cdi] branch master updated: Bump org.eclipse.osgi from 3.16.300 to 3.17.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 338bb05  Bump org.eclipse.osgi from 3.16.300 to 3.17.0
338bb05 is described below

commit 338bb0529c78f13bff821af4b747c88a15b27928
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Sep 17 21:45:55 2021 +0000

    Bump org.eclipse.osgi from 3.16.300 to 3.17.0
    
    Bumps org.eclipse.osgi from 3.16.300 to 3.17.0.
    
    ---
    updated-dependencies:
    - dependency-name: org.eclipse.platform:org.eclipse.osgi
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 cdi-bom/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cdi-bom/pom.xml b/cdi-bom/pom.xml
index 186401a..6577273 100644
--- a/cdi-bom/pom.xml
+++ b/cdi-bom/pom.xml
@@ -206,7 +206,7 @@
 			<dependency>
 				<groupId>org.eclipse.platform</groupId>
 				<artifactId>org.eclipse.osgi</artifactId>
-				<version>3.16.300</version>
+				<version>3.17.0</version>
 				<scope>runtime</scope>
 			</dependency>
 			<dependency>