[HTTPCLIENT-1847] Update Ehcache from 2.6.9 to 2.6.11. Builds like a champ on Oracle Java 6 up until the OSGi module which requires Java 7 since the Maven Bundle plugin class is compiled with Java 7. Builds like a champ on Oracle Java 7.

This commit is contained in:
Gary D. Gregory 2017-05-08 20:00:56 +00:00 committed by Oleg Kalnichevski
parent 59588a2b37
commit 7ca224e327
2 changed files with 4 additions and 1 deletions

View File

@ -24,6 +24,9 @@ Changelog:
DeflateDecompressingEntity for reuse and to create less garbage.
Contributed by Gary Gregory <ggregory at apache.org>
* [HTTPCLIENT-1847] Update Ehcache from 2.6.9 to 2.6.11.
Contributed by Gary Gregory <ggregory at apache.org>
Release 4.5.3
-------------------

View File

@ -69,7 +69,7 @@
<httpcore.version>4.4.6</httpcore.version>
<commons-logging.version>1.2</commons-logging.version>
<commons-codec.version>1.10</commons-codec.version>
<ehcache.version>2.6.9</ehcache.version>
<ehcache.version>2.6.11</ehcache.version>
<memcached.version>2.11.4</memcached.version>
<slf4j.version>1.7.7</slf4j.version>
<junit.version>4.11</junit.version>