Update to CP 24
And Junit 4.10

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/sanselan/trunk@1307488 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 61ef177..0d6ee2f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>22</version>
+    <version>24</version>
   </parent>
 
   <groupId>org.apache.commons</groupId>
@@ -178,7 +178,7 @@
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>3.8.2</version>
+      <version>4.10</version>
       <scope>test</scope>
     </dependency>
     <dependency>