Author: simonetripodi
Date: Thu Sep 22 09:20:05 2011
New Revision: 1174011
URL: http://svn.apache.org/viewvc?rev=1174011&view=rev
Log:
upgrated junit dependency
Modified:
commons/proper/ognl/trunk/pom.xml
Modified: commons/proper/ognl/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/ognl/trunk/pom.xml?rev=1174011&r1=1174010&r2=1174011&view=diff
==============================================================================
--- commons/proper/ognl/trunk/pom.xml (original)
+++ commons/proper/ognl/trunk/pom.xml Thu Sep 22 09:20:05 2011
@@ -165,7 +165,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>
<dependency>
|