Upgrade jndn to version 0.9 and jndn-mock to 1.0.1-SNAPSHOT

Change-Id: I814f5508df8b7b0e18f35d4d1ebd5120c624c9b1
diff --git a/build.gradle b/build.gradle
index 4f16ee0..7a33e38 100644
--- a/build.gradle
+++ b/build.gradle
@@ -42,10 +42,10 @@
 
 dependencies {
   compile 'com.google.guava:guava:18.0'
-  compile 'net.named-data:jndn:0.7'
+  compile 'net.named-data:jndn:0.9'
 
   testCompile 'junit:junit:4.12'
-  testCompile 'com.intel.jndn.mock:jndn-mock:0.11.0'
+  testCompile 'net.named-data.jndn-extra:jndn-mock:1.0.1-SNAPSHOT'
 }
 
 task javadocJar(type: Jar) {