This is an automated email from the ASF dual-hosted git repository.
garydgregory 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 8d7e611a Bump jna.version from 5.18.1 to 5.19.1 (#514)
8d7e611a is described below
commit 8d7e611a3aab76c7285b21cf29d5cbc6db850b66
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jul 1 19:10:50 2026 -0400
Bump jna.version from 5.18.1 to 5.19.1 (#514)
Bumps `jna.version` from 5.18.1 to 5.19.1.
Updates `net.java.dev.jna:jna` from 5.18.1 to 5.19.1
-
[Changelog](https://github.com/java-native-access/jna/blob/master/CHANGES.md)
-
[Commits](https://github.com/java-native-access/jna/compare/5.18.1...5.19.1)
Updates `net.java.dev.jna:jna-platform` from 5.18.1 to 5.19.1
-
[Changelog](https://github.com/java-native-access/jna/blob/master/CHANGES.md)
-
[Commits](https://github.com/java-native-access/jna/compare/5.18.1...5.19.1)
---
updated-dependencies:
- dependency-name: net.java.dev.jna:jna
dependency-version: 5.19.1
dependency-type: direct:development
update-type: version-update:semver-minor
- dependency-name: net.java.dev.jna:jna-platform
dependency-version: 5.19.1
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 4c389868..f413e682 100644
--- a/pom.xml
+++ b/pom.xml
@@ -57,7 +57,7 @@
<commons.osgi.export>org.apache.bcel.*;version=${project.version};-noimport:=true</commons.osgi.export>
<commons.jira.id>BCEL</commons.jira.id>
<commons.jira.pid>12314220</commons.jira.pid>
- <jna.version>5.18.1</jna.version>
+ <jna.version>5.19.1</jna.version>
<japicmp.skip>false</japicmp.skip>
<!-- 3.26.0 is the last JDK8-compatible version -->
<!-- 3.27.0 says "class file has wrong version 55.0, should be 52.0" -->