You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by pk...@apache.org on 2022/10/21 23:42:29 UTC

[logging-log4j2] 01/14: Bump jna from 5.11.0 to 5.12.1

This is an automated email from the ASF dual-hosted git repository.

pkarwasz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git

commit 45a8fae492b9ce11db0e2f81b5010e75418c9d4d
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Oct 6 14:48:06 2022 +0000

    Bump jna from 5.11.0 to 5.12.1
    
    Bumps [jna](https://github.com/java-native-access/jna) from 5.11.0 to 5.12.1.
    - [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.11.0...5.12.1)
    
    ---
    updated-dependencies:
    - dependency-name: net.java.dev.jna:jna
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 959a454e94..ca2f7bcddb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -332,7 +332,7 @@
     <jetty.version>9.4.49.v20220914</jetty.version>
     <jmdns.version>3.5.8</jmdns.version>
     <jmh.version>1.35</jmh.version>
-    <jna.version>5.11.0</jna.version>
+    <jna.version>5.12.1</jna.version>
     <json-unit.version>2.35.0</json-unit.version>
     <junit.version>4.13.2</junit.version>
     <junit-jupiter.version>5.9.0</junit-jupiter.version>