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 a404ece  Bump jna.version from 5.10.0 to 5.11.0 (#120)
a404ece is described below

commit a404ece46e4b8132ae192033067b8c04a6e45960
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Apr 2 07:45:46 2022 -0400

    Bump jna.version from 5.10.0 to 5.11.0 (#120)
    
    Bumps `jna.version` from 5.10.0 to 5.11.0.
    
    Updates `jna` from 5.10.0 to 5.11.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.10.0...5.11.0)
    
    Updates `jna-platform` from 5.10.0 to 5.11.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.10.0...5.11.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] <[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 a58cd1e..a458d7c 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.10.0</jna.version>
+    <jna.version>5.11.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