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/03 16:25:38 UTC

[aries-jax-rs-whiteboard] branch master updated: Bump osgi.annotation from 8.0.1 to 8.1.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-jax-rs-whiteboard.git


The following commit(s) were added to refs/heads/master by this push:
     new 7967770  Bump osgi.annotation from 8.0.1 to 8.1.0
7967770 is described below

commit 7967770e54e31ab13010dc3745c6874cb60ede36
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Mar 23 09:47:49 2022 +0000

    Bump osgi.annotation from 8.0.1 to 8.1.0
    
    Bumps [osgi.annotation](https://github.com/osgi/osgi) from 8.0.1 to 8.1.0.
    - [Release notes](https://github.com/osgi/osgi/releases)
    - [Commits](https://github.com/osgi/osgi/commits)
    
    ---
    updated-dependencies:
    - dependency-name: org.osgi:osgi.annotation
      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 c0f7fe5..a763084 100644
--- a/pom.xml
+++ b/pom.xml
@@ -70,7 +70,7 @@
         <junit.platform.version>1.8.2</junit.platform.version>
         <logback.version>1.2.7</logback.version>
         <openapi.version>2.1.11</openapi.version>
-        <osgi.annotation.version>8.0.1</osgi.annotation.version>
+        <osgi.annotation.version>8.1.0</osgi.annotation.version>
         <osgi.core.version>6.0.0</osgi.core.version>
         <osgi.namespace.extender.version>1.0.1</osgi.namespace.extender.version>
         <osgi.namespace.implementation.version>1.0.0</osgi.namespace.implementation.version>