You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by gg...@apache.org on 2022/09/26 18:08:51 UTC

[httpcomponents-client] branch master updated: Bump jna.version from 5.9.0 to 5.12.1

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/httpcomponents-client.git


The following commit(s) were added to refs/heads/master by this push:
     new 67220d36d Bump jna.version from 5.9.0 to 5.12.1
67220d36d is described below

commit 67220d36da5b8e927712feb7eabb5da28405766d
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Sep 26 14:46:29 2022 +0000

    Bump jna.version from 5.9.0 to 5.12.1
    
    Bumps `jna.version` from 5.9.0 to 5.12.1.
    
    Updates `jna` from 5.9.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.9.0...5.12.1)
    
    Updates `jna-platform` from 5.9.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.9.0...5.12.1)
    
    ---
    updated-dependencies:
    - dependency-name: net.java.dev.jna:jna
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: net.java.dev.jna:jna-platform
      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 cebac7be0..00f16708c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -72,7 +72,7 @@
     <junit.version>5.9.1</junit.version>
     <hamcrest.version>2.2</hamcrest.version>
     <mockito.version>4.0.0</mockito.version>
-    <jna.version>5.9.0</jna.version>
+    <jna.version>5.12.1</jna.version>
     <hc.stylecheck.version>1</hc.stylecheck.version>
     <rxjava.version>2.2.21</rxjava.version>
     <api.comparison.version>5.1</api.comparison.version>