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/05 07:33:35 UTC

[karaf] branch karaf-4.2.x updated: [KARAF-6306] Upgrade to JNA 5.3.1

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 e52ce7f  [KARAF-6306] Upgrade to JNA 5.3.1
e52ce7f is described below

commit e52ce7fa10297db1253aed18be4077a34e54c80e
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Tue Jun 4 15:35:53 2019 +0200

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

diff --git a/pom.xml b/pom.xml
index 430e49a..1be1b66 100644
--- a/pom.xml
+++ b/pom.xml
@@ -152,7 +152,7 @@
         <awaitility.version>3.1.6</awaitility.version>
         <cglib.bundle.version>3.2.9_1</cglib.bundle.version>
         
-        <jna.version>4.5.2</jna.version>
+        <jna.version>5.3.1</jna.version>
         <jaxb.version>2.3.2</jaxb.version> 
         <commons-beanutils.version>1.9.2</commons-beanutils.version>
         <commons-codec.version>1.11</commons-codec.version>