Add test for SonePart
[Sone.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index b20d3de..a6a1e08 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -2,7 +2,7 @@
        <modelVersion>4.0.0</modelVersion>
        <groupId>net.pterodactylus</groupId>
        <artifactId>sone</artifactId>
-       <version>0.9.4</version>
+       <version>0.9.5</version>
        <dependencies>
                <dependency>
                        <groupId>net.pterodactylus</groupId>
@@ -35,7 +35,7 @@
                <dependency>
                        <groupId>org.freenetproject</groupId>
                        <artifactId>fred</artifactId>
-                       <version>0.7.5.1467.99.3</version>
+                       <version>0.7.5.1475</version>
                        <scope>provided</scope>
                </dependency>
                <dependency>
                        <scope>provided</scope>
                </dependency>
                <dependency>
+                       <groupId>org.bouncycastle</groupId>
+                       <artifactId>bcprov-jdk15on</artifactId>
+                       <version>1.54</version>
+                       <scope>provided</scope>
+               </dependency>
+               <dependency>
                        <groupId>com.google.inject</groupId>
                        <artifactId>guice</artifactId>
                        <version>3.0</version>
                                <artifactId>maven-compiler-plugin</artifactId>
                                <version>2.0.2</version>
                                <configuration>
-                                       <source>1.6</source>
-                                       <target>1.6</target>
+                                       <source>1.7</source>
+                                       <target>1.7</target>
                                        <encoding>UTF-8</encoding>
                                </configuration>
                        </plugin>