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 a880ee72 Bump jna.version from 5.12.1 to 5.13.0 #203 a880ee72 is described below commit a880ee729cca677edbe6a42afc3c148536291e92 Author: Gary Gregory <garydgreg...@users.noreply.github.com> AuthorDate: Fri Jan 20 14:15:28 2023 -0500 Bump jna.version from 5.12.1 to 5.13.0 #203 --- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 408fff67..b45df97e 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -72,6 +72,7 @@ The <action> type attribute can be add,update,fix,remove. <action type="fix" dev="ggregory" due-to="nbauma109">Verifier: test and coverage for SWAP instruction #188.</action> <!-- UPDATE --> <action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons-parent from 54 to 56 #189, #198.</action> + <action type="update" dev="ggregory" due-to="Dependabot">Bump jna.version from 5.12.1 to 5.13.0 #203.</action> </release> <release version="6.7.0" date="2022-11-28" description="Maintenance and bug fix release."> <!-- ADD -->