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/17 17:39:15 UTC

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


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

commit b1a25b7d057a7d5ce71ca9b7451745042b3a35f3
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Nov 16 09:26:03 2021 +0000

    Bump osgi.annotation from 8.0.0 to 8.0.1
    
    Bumps [osgi.annotation](https://github.com/osgi/osgi) from 8.0.0 to 8.0.1.
    - [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-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 e5601de..e753543 100644
--- a/pom.xml
+++ b/pom.xml
@@ -69,7 +69,7 @@
         <junit.platform.version>1.8.1</junit.platform.version>
         <logback.version>1.2.7</logback.version>
         <openapi.version>2.1.11</openapi.version>
-        <osgi.annotation.version>8.0.0</osgi.annotation.version>
+        <osgi.annotation.version>8.0.1</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>