You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2021/12/15 15:54:41 UTC

[commons-bcel] branch master updated: Bump jna.version from 5.9.0 to 5.10.0 (#109)

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 668dade  Bump jna.version from 5.9.0 to 5.10.0 (#109)
668dade is described below

commit 668dade71bca3f1ca63aa80092e7304cc7fdb97e
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Dec 15 10:54:37 2021 -0500

    Bump jna.version from 5.9.0 to 5.10.0 (#109)
    
    Bumps `jna.version` from 5.9.0 to 5.10.0.
    
    Updates `jna` from 5.9.0 to 5.10.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.9.0...5.10.0)
    
    Updates `jna-platform` from 5.9.0 to 5.10.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.9.0...5.10.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] <su...@github.com>
    
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 6163c7b..859eeba 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.9.0</jna.version>
+    <jna.version>5.10.0</jna.version>
     <commons.japicmp.version>0.15.3</commons.japicmp.version>
     <japicmp.skip>false</japicmp.skip>
     <clirr.skip>true</clirr.skip>