- Update Apache Commons Codec from 1.11 to 1.12.

- Update RxJava from 2.2.2 to 2.2.7.
- Update JNA from 5.0.0 to 5.2.0.
This commit is contained in:
Gary Gregory 2019-02-23 09:12:34 -05:00
parent f59702d6dc
commit 972f0158ec
2 changed files with 17 additions and 4 deletions

View File

@ -1,4 +1,17 @@
Release 5.0-BETA3 Release 5.0-BETA4
-------------------
* Update Apache Commons Codec from 1.11 to 1.12
Contributed by Gary Gregory <ggregory at apache.org>
* Update RxJava from 2.2.2 to 2.2.7
Contributed by Gary Gregory <ggregory at apache.org>
* Update JNA from 5.0.0 to 5.2.0
Contributed by Gary Gregory <ggregory at apache.org>
Release 5.0-BETA3
------------------- -------------------
This BETA release adds support for advanced TLS functions (such as ALPN protocol negotiation) This BETA release adds support for advanced TLS functions (such as ALPN protocol negotiation)

View File

@ -69,7 +69,7 @@
<maven.compiler.target>1.7</maven.compiler.target> <maven.compiler.target>1.7</maven.compiler.target>
<httpcore.version>5.0-beta6</httpcore.version> <httpcore.version>5.0-beta6</httpcore.version>
<log4j.version>2.9.1</log4j.version> <log4j.version>2.9.1</log4j.version>
<commons-codec.version>1.11</commons-codec.version> <commons-codec.version>1.12</commons-codec.version>
<conscrypt.version>1.4.1</conscrypt.version> <conscrypt.version>1.4.1</conscrypt.version>
<ehcache.version>3.4.0</ehcache.version> <ehcache.version>3.4.0</ehcache.version>
<memcached.version>2.12.3</memcached.version> <memcached.version>2.12.3</memcached.version>
@ -77,9 +77,9 @@
<junit.version>4.12</junit.version> <junit.version>4.12</junit.version>
<easymock.version>3.6</easymock.version> <easymock.version>3.6</easymock.version>
<mockito.version>2.23.0</mockito.version> <mockito.version>2.23.0</mockito.version>
<jna.version>5.0.0</jna.version> <jna.version>5.2.0</jna.version>
<hc.stylecheck.version>1</hc.stylecheck.version> <hc.stylecheck.version>1</hc.stylecheck.version>
<rxjava.version>2.2.2</rxjava.version> <rxjava.version>2.2.7</rxjava.version>
</properties> </properties>
<dependencyManagement> <dependencyManagement>