Author: ggregory
Date: Sun Nov 13 22:53:56 2011
New Revision: 1201540
URL: http://svn.apache.org/viewvc?rev=1201540&view=rev
Log:
Upgrade to JUnit 4.10 from 4.9.
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=1201540&r1=1201539&r2=1201540&view=diff
==============================================================================
--- commons/proper/codec/trunk/pom.xml (original)
+++ commons/proper/codec/trunk/pom.xml Sun Nov 13 22:53:56 2011
@@ -191,7 +191,7 @@ limitations under the License.
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>4.9</version>
+ <version>4.10</version>
<scope>test</scope>
</dependency>
</dependencies>