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-crypto.git
The following commit(s) were added to refs/heads/master by this push: new 0269b29f Bump jna.version from 5.16.0 to 5.17.0 0269b29f is described below commit 0269b29f827bceec1cb459d08b8b13677165701c Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Mon Mar 17 08:01:55 2025 -0400 Bump jna.version from 5.16.0 to 5.17.0 --- pom.xml | 2 +- src/changes/changes.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index a0f2dd7c..f01105e6 100644 --- a/pom.xml +++ b/pom.xml @@ -139,7 +139,7 @@ The following provides more details on the included cryptographic software: <checkstyle.resourceExcludes>LICENSE.txt, NOTICE.txt, **/maven-archiver/pom.properties</checkstyle.resourceExcludes> <japicmp.skip>false</japicmp.skip> <commons.release.isDistModule>true</commons.release.isDistModule> - <jna.version>5.16.0</jna.version> + <jna.version>5.17.0</jna.version> <!-- Version 4.0.1 requires Java 11+; the version is overridden in a profile if necessary --> <jakarta.xml.bind.version>4.0.2</jakarta.xml.bind.version> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 94ed637d..22ed373b 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -102,7 +102,7 @@ <action type="update" dev="sebb" due-to="Ludovic Henry, Gary Gregory">Bump Apache Maven in Dockerfile files from 3.8.8 to 3.9.9.</action> <action type="update" dev="sebb">Tests: show details of crypt library actually loaded</action> <action type="update" dev="ggregory" due-to="Gary Gregory">Bump com.sun.xml.bind:jaxb-impl from 2.3.7 to 2.3.8.</action> - <action type="update" dev="ggregory" due-to="Dependabot">Bump net.java.dev.jna:jna from 5.13.0 to 5.16.0 #287, #387, #424.</action> + <action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">Bump net.java.dev.jna:jna from 5.13.0 to 5.17.0 #287, #387, #424.</action> <action type="update" dev="ggregory" due-to="Dependabot">Bump org.codehaus.mojo:exec-maven-plugin from 3.1.1 to 3.2.0 #303.</action> <action type="update" dev="ggregory" due-to="Gary Gregory">Bump jakarta.xml.bind:jakarta.xml.bind-api from 4.0.1 to 4.0.2 #311.</action> <action type="update" dev="ggregory" due-to="Dependabot">Bump commons-io:commons-io from 2.15.1 to 2.18.0 #321, #325, #388, #413.</action>