This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-bcel.git
The following commit(s) were added to refs/heads/master by this push: new 355225e Update tests from JNA 4.5.0 to 5.3.1. 355225e is described below commit 355225e53aba517768a62d7ba3f3d1147c8863e0 Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Mon Jun 3 07:50:36 2019 -0400 Update tests from JNA 4.5.0 to 5.3.1. --- pom.xml | 2 +- src/changes/changes.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 6e812e1..55c9afa 100644 --- a/pom.xml +++ b/pom.xml @@ -68,7 +68,7 @@ <commons.surefire.version>3.0.0-M3</commons.surefire.version> <checkstyle.plugin.version>2.17</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 --> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 96a7bbb..96a66e9 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -66,6 +66,7 @@ The <action> type attribute can be add,update,fix,remove. <action issue="BCEL-316" type="fix" dev="ggregory" due-to="Gary Gregory">org.apache.bcel.classfile.Attribute class and subclasses should NOT log to the console by default.</action> <action issue="BCEL-278" type="fix" dev="ggregory" due-to="Valery Barysoky">InvokeInstruction.toString(final ConstantPool cp) throws NoSuchElementException #11.</action> <action issue="BCEL-318" type="fix" dev="ggregory" due-to="Gary Gregory">Add org.apache.bcel.classfile.ConstantUtf8.clearCache().</action> + <action type="update" dev="ggregory" due-to="Gary Gregory">Update tests from JNA 4.5.0 to 5.3.1.</action> </release> <release version="6.3.1" date="2019-03-20" description="Bug fix release">