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 4d17ebd Bump jna.version from 5.6.0 to 5.8.0 (#84)
4d17ebd is described below
commit 4d17ebdcf278a31bf00b9778eb294df9ce01f4cb
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jun 30 17:19:29 2021 -0400
Bump jna.version from 5.6.0 to 5.8.0 (#84)
Bumps `jna.version` from 5.6.0 to 5.8.0.
Updates `jna` from 5.6.0 to 5.8.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.6.0...5.8.0)
Updates `jna-platform` from 5.6.0 to 5.8.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.6.0...5.8.0)
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 5e94d62..33baef8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -66,7 +66,7 @@
<commons.jira.pid>12314220</commons.jira.pid>
<commons.surefire.version>3.0.0-M5</commons.surefire.version>
<checkstyle.plugin.version>3.1.2</checkstyle.plugin.version>
- <jna.version>5.6.0</jna.version>
+ <jna.version>5.8.0</jna.version>
<commons.japicmp.version>0.15.3</commons.japicmp.version>
<japicmp.skip>false</japicmp.skip>
<clirr.skip>true</clirr.skip>