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 be4d5bc Bump jna from 5.12.1 to 5.13.0 (#209)
be4d5bc is described below
commit be4d5bc04455f0424cf5f645ab1cadc6813e9b5a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Jan 14 15:59:15 2023 -0500
Bump jna from 5.12.1 to 5.13.0 (#209)
Bumps [jna](https://github.com/java-native-access/jna) from 5.12.1 to
5.13.0.
- [Release notes](https://github.com/java-native-access/jna/releases)
-
[Changelog](https://github.com/java-native-access/jna/blob/master/CHANGES.md)
-
[Commits](https://github.com/java-native-access/jna/compare/5.12.1...5.13.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]>
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 6121c40..a8b1958 100644
--- a/pom.xml
+++ b/pom.xml
@@ -150,7 +150,7 @@ The following provides more details on the included
cryptographic software:
<commons.releaseManagerName>Gary Gregory</commons.releaseManagerName>
<commons.releaseManagerKey>86fdc7e2a11262cb</commons.releaseManagerKey>
- <jna.version>5.12.1</jna.version>
+ <jna.version>5.13.0</jna.version>
<!-- The property "target.name" is used to specify the ant target, The All
target will use
OsInfo.java to detect the OS info and arch to generate the native binary
for detected platform.