[HTTPCLIENT-1849] Update JNA from 4.1.0 to 4.4.0.

This commit is contained in:
Gary D. Gregory 2017-05-08 20:32:43 +00:00 committed by Oleg Kalnichevski
parent 53065fb48a
commit 9687283526
2 changed files with 4 additions and 1 deletions

View File

@ -30,6 +30,9 @@ Changelog:
* [HTTPCLIENT-1848] Update spymemcached from 2.11.4 to 2.12.3.
Contributed by Gary Gregory <ggregory at apache.org>
* [HTTPCLIENT-1849] Update JNA from 4.1.0 to 4.4.0.
Contributed by Gary Gregory <ggregory at apache.org>
Release 4.5.3
-------------------

View File

@ -75,7 +75,7 @@
<junit.version>4.11</junit.version>
<easymock.version>2.5.2</easymock.version>
<mockito.version>1.8.5</mockito.version>
<jna.version>4.1.0</jna.version>
<jna.version>4.4.0</jna.version>
<hc.stylecheck.version>1</hc.stylecheck.version>
<api.comparison.version>4.4</api.comparison.version>
</properties>