diff --git a/pom.xml b/pom.xml
index ed2e65a2b0c2e6044213006379127ab190390edd..0719527b1bade8a19503597aa253cda16ad5f9ce 100644
--- a/pom.xml
+++ b/pom.xml
@@ -200,7 +200,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-javadoc-plugin</artifactId>
-                <version>2.10.1</version>
+                <version>2.10.3</version>
                 <configuration>
                     <excludePackageNames>*.xml</excludePackageNames>
                     <failOnError>false</failOnError>
@@ -227,7 +227,7 @@
         <dependency>
             <groupId>com.thinkaurelius.titan</groupId>
             <artifactId>titan-core</artifactId>
-            <version>0.4.4</version>
+            <version>0.5.4</version>
             <scope>test</scope>
         </dependency>
         <dependency>