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 2022/05/26 15:08:31 UTC

[karaf] branch karaf-4.2.x updated: [KARAF-7417] Upgrade to JNA 5.11.0

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

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


The following commit(s) were added to refs/heads/karaf-4.2.x by this push:
     new e4ca46aeee [KARAF-7417] Upgrade to JNA 5.11.0
e4ca46aeee is described below

commit e4ca46aeee3a9cfc3a41eb0dda0319b90508200d
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Thu May 26 17:07:57 2022 +0200

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

diff --git a/pom.xml b/pom.xml
index 11dda164e9..d2b944d793 100644
--- a/pom.xml
+++ b/pom.xml
@@ -177,7 +177,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.9.0</jna.version>
+        <jna.version>5.11.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>