From fe9b59412b7afd7e3c180aa59937f6df1bb9c47a Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com> Date: Sun, 7 Jun 2015 20:15:24 -0400 Subject: [PATCH] Updated dependencies, but code still out of sync with GRAIL. --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index ed2e65a2..0719527b 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> -- GitLab