Update JUnit to version 4.11 from 4.9.
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1574512 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
1b2c126f2a
commit
406e3aaa15
|
@ -27,6 +27,9 @@ Changelog:
|
|||
* [HTTPCLIENT-1454] Make connection operator APIs public.
|
||||
Contributed by Tamas Cservenak <tamas at cservenak.net>
|
||||
|
||||
* Update JUnit to version 4.11 from 4.9
|
||||
Contributed by Gary Gregory <ggregory at apache.org>
|
||||
|
||||
|
||||
Release 4.3.3
|
||||
-------------------
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -72,7 +72,7 @@
|
|||
<ehcache.version>2.2.0</ehcache.version>
|
||||
<memcached.version>2.6</memcached.version>
|
||||
<slf4j.version>1.5.11</slf4j.version>
|
||||
<junit.version>4.9</junit.version>
|
||||
<junit.version>4.11</junit.version>
|
||||
<easymock.version>2.5.2</easymock.version>
|
||||
<mockito.version>1.8.5</mockito.version>
|
||||
<jna.version>4.0.0</jna.version>
|
||||
|
|
Loading…
Reference in New Issue