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 cf9996e  Bump jna.version from 5.8.0 to 5.9.0 (#102)
cf9996e is described below

commit cf9996eece7eb623bcf09463ce4fa6de50742b80
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Aug 23 20:31:24 2021 -0400

    Bump jna.version from 5.8.0 to 5.9.0 (#102)
    
    Bumps `jna.version` from 5.8.0 to 5.9.0.
    
    Updates `jna` from 5.8.0 to 5.9.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.8.0...5.9.0)
    
    Updates `jna-platform` from 5.8.0 to 5.9.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.8.0...5.9.0)
    
    ---
    updated-dependencies:
    - dependency-name: net.java.dev.jna:jna
      dependency-type: direct:development
      update-type: version-update:semver-minor
    - dependency-name: net.java.dev.jna:jna-platform
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <supp...@github.com>
    
    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 cc5fe8e..7d379d2 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.8.0</jna.version>
+    <jna.version>5.9.0</jna.version>
     <commons.japicmp.version>0.15.3</commons.japicmp.version>
     <japicmp.skip>false</japicmp.skip>
     <clirr.skip>true</clirr.skip>

Reply via email to