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 4aa69565 Bump net.java.dev.jna:jna from 5.15.0 to 5.16.0 (#424)
4aa69565 is described below
commit 4aa69565c73203889d8fa098049fd98840ff3593
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Dec 27 07:30:57 2024 -0500
Bump net.java.dev.jna:jna from 5.15.0 to 5.16.0 (#424)
Bumps [net.java.dev.jna:jna](https://github.com/java-native-access/jna)
from 5.15.0 to 5.16.0.
-
[Changelog](https://github.com/java-native-access/jna/blob/master/CHANGES.md)
-
[Commits](https://github.com/java-native-access/jna/compare/5.15.0...5.16.0)
---
updated-dependencies:
- dependency-name: net.java.dev.jna:jna
dependency-type: direct:production
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 ea5e89f1..e0ace608 100644
--- a/pom.xml
+++ b/pom.xml
@@ -154,7 +154,7 @@ The following provides more details on the included
cryptographic software:
<japicmp.skip>false</japicmp.skip>
<commons.release.isDistModule>true</commons.release.isDistModule>
- <jna.version>5.15.0</jna.version>
+ <jna.version>5.16.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>