You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2019/06/19 14:04:14 UTC

[karaf] branch master updated: [KARAF-6339] Upgrade to javax.annotation-api 1.3.1

This is an automated email from the ASF dual-hosted git repository.

jbonofre pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/karaf.git


The following commit(s) were added to refs/heads/master by this push:
     new 0dcc5a6  [KARAF-6339] Upgrade to javax.annotation-api 1.3.1
     new 430fc09  Merge pull request #881 from jbonofre/KARAF-6339
0dcc5a6 is described below

commit 0dcc5a6b927b6b6a3297b3d6763d8235dab36d62
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Wed Jun 19 13:52:06 2019 +0200

    [KARAF-6339] Upgrade to javax.annotation-api 1.3.1
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 8c569dd..33739e8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -148,7 +148,7 @@
         <antlr.bundle.version>2.7.7_5</antlr.bundle.version>
         <asm6.version>6.2.1</asm6.version>
         <asm.version>7.1</asm.version>
-        <javax.annotation.version>1.3</javax.annotation.version>
+        <javax.annotation.version>1.3.1</javax.annotation.version>
         <awaitility.version>3.1.6</awaitility.version>
         <cglib.bundle.version>3.2.9_1</cglib.bundle.version>