[HTTPCLIENT-1847] [HTTPCLIENT-1848] Update spymemcached from 2.11.4 to 2.12.3.. Builds like a champ on Maven 3.0.5 and 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 and Maven 3.5.0.

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

View File

@ -27,6 +27,9 @@ Changelog:
* [HTTPCLIENT-1847] Update Ehcache from 2.6.9 to 2.6.11.
Contributed by Gary Gregory <ggregory at apache.org>
* [HTTPCLIENT-1848] Update spymemcached from 2.11.4 to 2.12.3.
Contributed by Gary Gregory <ggregory at apache.org>
Release 4.5.3
-------------------

View File

@ -70,7 +70,7 @@
<commons-logging.version>1.2</commons-logging.version>
<commons-codec.version>1.10</commons-codec.version>
<ehcache.version>2.6.11</ehcache.version>
<memcached.version>2.11.4</memcached.version>
<memcached.version>2.12.3</memcached.version>
<slf4j.version>1.7.7</slf4j.version>
<junit.version>4.11</junit.version>
<easymock.version>2.5.2</easymock.version>