You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ol...@apache.org on 2018/09/11 08:03:40 UTC

httpcomponents-client git commit: update JNA from 4.4.0 to 4.5.2

Repository: httpcomponents-client
Updated Branches:
  refs/heads/4.5.x 46638fa7e -> 4b894bc18


update JNA from 4.4.0 to 4.5.2


Project: http://git-wip-us.apache.org/repos/asf/httpcomponents-client/repo
Commit: http://git-wip-us.apache.org/repos/asf/httpcomponents-client/commit/4b894bc1
Tree: http://git-wip-us.apache.org/repos/asf/httpcomponents-client/tree/4b894bc1
Diff: http://git-wip-us.apache.org/repos/asf/httpcomponents-client/diff/4b894bc1

Branch: refs/heads/4.5.x
Commit: 4b894bc18e628a5f1e350448553a541af8ad6df1
Parents: 46638fa
Author: Vincent Privat <vi...@gmail.com>
Authored: Mon Sep 10 23:32:51 2018 +0200
Committer: Vincent Privat <vi...@gmail.com>
Committed: Mon Sep 10 23:32:51 2018 +0200

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/httpcomponents-client/blob/4b894bc1/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 1930e57..3329708 100644
--- a/pom.xml
+++ b/pom.xml
@@ -76,7 +76,7 @@
     <junit.version>4.11</junit.version>
     <easymock.version>2.5.2</easymock.version>
     <mockito.version>1.10.19</mockito.version>
-    <jna.version>4.4.0</jna.version>
+    <jna.version>4.5.2</jna.version>
     <hc.stylecheck.version>1</hc.stylecheck.version>
     <api.comparison.version>4.5</api.comparison.version>
   </properties>