You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2019/05/06 17:18:35 UTC

[commons-bcel] branch release updated: Update tests from JNA 4.5.0 to 5.3.1.

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

ggregory pushed a commit to branch release
in repository https://gitbox.apache.org/repos/asf/commons-bcel.git


The following commit(s) were added to refs/heads/release by this push:
     new 584284d  Update tests from JNA 4.5.0 to 5.3.1.
584284d is described below

commit 584284d86e11903052ca4b22c783f09328c8b497
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon May 6 13:18:23 2019 -0400

    Update tests from JNA 4.5.0 to 5.3.1.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index dd4a85e..09df255 100644
--- a/pom.xml
+++ b/pom.xml
@@ -67,7 +67,7 @@
     <commons.surefire.version>3.0.0-M3</commons.surefire.version>
     <checkstyle.plugin.version>3.0.0</checkstyle.plugin.version>
     <commons.clirr.version>2.8</commons.clirr.version>
-    <jna.version>4.5.0</jna.version>
+    <jna.version>5.3.1</jna.version>
   </properties>
 
   <!-- Cannot be added to Commons Parent, see https://issues.apache.org/jira/browse/COMMONSSITE-26 -->