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 2021/09/11 17:29:58 UTC

[karaf] branch main updated: [KARAF-7254] Upgrade to JNA 5.9.0

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

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


The following commit(s) were added to refs/heads/main by this push:
     new b7f4509  [KARAF-7254] Upgrade to JNA 5.9.0
     new c0272c0  Merge pull request #1434 from jbonofre/KARAF-7254
b7f4509 is described below

commit b7f4509a0973c6d328cc0d8610d6e33fc8f4bfd5
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Fri Sep 10 15:43:33 2021 +0200

    [KARAF-7254] Upgrade to JNA 5.9.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 3c83e84..e86cc3c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -174,7 +174,7 @@
         <cglib.bundle.version>3.2.9_1</cglib.bundle.version>
         <cxf.version>3.4.3</cxf.version>
         <jackson.version>2.12.5</jackson.version>
-        <jna.version>5.8.0</jna.version>
+        <jna.version>5.9.0</jna.version>
         <jaxb.version>2.3.3</jaxb.version>
         <commons-beanutils.version>1.9.4</commons-beanutils.version>
         <commons-codec.version>1.15</commons-codec.version>