diff --git a/pom.xml b/pom.xml
index 0e3c3fbd037823eacad4ccc99d491b703b1e1e7a..b08ed76e1aead351bef32107d93aac7f76d81c93 100644
--- a/pom.xml
+++ b/pom.xml
@@ -47,14 +47,14 @@
     <dependency>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-math3</artifactId>
-        <version>3.2</version>
+        <version>3.3-SNAPSHOT</version>
         <type>jar</type>
         <optional>false</optional>
     </dependency>
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>4.8.2</version>
+      <version>4.11</version>
       <type>jar</type>
       <scope>test</scope>
       <optional>false</optional>