Use most recent utils version.
[Sone.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index d4637ff..2d76ca7 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -7,12 +7,18 @@
                <dependency>
                        <groupId>net.pterodactylus</groupId>
                        <artifactId>utils</artifactId>
-                       <version>0.12.3-SNAPSHOT</version>
+                       <version>0.12.3</version>
                </dependency>
                <dependency>
                        <groupId>junit</groupId>
                        <artifactId>junit</artifactId>
-                       <version>3.8.2</version>
+                       <version>4.11</version>
+                       <scope>test</scope>
+               </dependency>
+               <dependency>
+                       <groupId>org.mockito</groupId>
+                       <artifactId>mockito-all</artifactId>
+                       <version>1.9.5</version>
                        <scope>test</scope>
                </dependency>
                <dependency>