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:59:03 UTC

[aries-cdi] branch master updated: Bump org.osgi.test.bom from 1.0.0 to 1.0.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 1b39afd  Bump org.osgi.test.bom from 1.0.0 to 1.0.1
1b39afd is described below

commit 1b39afdec269266b91fe258dd4abe3bcf91aadcb
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Sep 20 21:20:16 2021 +0000

    Bump org.osgi.test.bom from 1.0.0 to 1.0.1
    
    Bumps [org.osgi.test.bom](https://github.com/osgi/osgi-test) from 1.0.0 to 1.0.1.
    - [Release notes](https://github.com/osgi/osgi-test/releases)
    - [Commits](https://github.com/osgi/osgi-test/compare/1.0.0...1.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: org.osgi:org.osgi.test.bom
      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 0d1caab..7c515f6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -57,7 +57,7 @@
 		<mp.config.version>1.3</mp.config.version>
 		<mp.jwt.auth.version>1.2.1</mp.jwt.auth.version>
 		<mp.metrics.version>1.1.1</mp.metrics.version>
-		<osgi.test.version>1.0.0</osgi.test.version>
+		<osgi.test.version>1.0.1</osgi.test.version>
 		<owb.version>2.0.23</owb.version>
 		<slf4j.version>1.7.32</slf4j.version>
 		<surefire.version>2.12</surefire.version>