Author: ggregory
Date: Mon Sep 5 10:18:10 2011
New Revision: 1165229
URL: http://svn.apache.org/viewvc?rev=1165229&view=rev
Log:
Update junit to 4.9 from 4.8.2.
Modified:
commons/proper/codec/trunk/pom.xml
Modified: commons/proper/codec/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/codec/trunk/pom.xml?rev=1165229&r1=1165228&r2=1165229&view=diff
==============================================================================
--- commons/proper/codec/trunk/pom.xml (original)
+++ commons/proper/codec/trunk/pom.xml Mon Sep 5 10:18:10 2011
@@ -193,7 +193,7 @@ limitations under the License.
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>4.8.2</version>
+ <version>4.9</version>
<scope>test</scope>
</dependency>
</dependencies>