Bumped version of P4Runtime and P4 tools for dev VM

+fixed protobuf version according to p4c documentation.

Change-Id: I16471b70b9b2ebc0e0a30c733f1e6ce47d40e30b
diff --git a/lib/BUCK b/lib/BUCK
index 69f5dff..fff5916 100644
--- a/lib/BUCK
+++ b/lib/BUCK
@@ -1,4 +1,4 @@
-# ***** This file was auto-generated at Fri, 23 Jun 2017 05:52:13 GMT. Do not edit this file manually. *****
+# ***** This file was auto-generated at Mon, 10 Jul 2017 20:01:19 GMT. Do not edit this file manually. *****
 # ***** Use onos-lib-gen *****
 
 pass_thru_pom(
@@ -1372,6 +1372,15 @@
 )
 
 remote_jar (
+  name = 'protobuf-java-3.0.2',
+  out = 'protobuf-java-3.0.2.jar',
+  url = 'mvn:com.google.protobuf:protobuf-java:jar:3.0.2',
+  sha1 = 'ee55e8e697d10b6643d77bb1f686bac3b9ba8579',
+  maven_coords = 'com.google.protobuf:protobuf-java:3.0.2',
+  visibility = [ 'PUBLIC' ],
+)
+
+remote_jar (
   name = 'protobuf-java-3.2.0',
   out = 'protobuf-java-3.2.0.jar',
   url = 'mvn:com.google.protobuf:protobuf-java:jar:3.2.0',
diff --git a/lib/deps.json b/lib/deps.json
index f3f3e62..5751bc9 100644
--- a/lib/deps.json
+++ b/lib/deps.json
@@ -249,6 +249,7 @@
     "grpc-netty-1.3.0": "mvn:io.grpc:grpc-netty:1.3.0",
     "grpc-auth-1.3.0": "mvn:io.grpc:grpc-auth:1.3.0",
     "protobuf-java-3.3.0": "mvn:com.google.protobuf:protobuf-java:3.3.0",
+    "protobuf-java-3.0.2": "mvn:com.google.protobuf:protobuf-java:3.0.2",
     "protobuf-java-3.2.0": "mvn:com.google.protobuf:protobuf-java:3.2.0",
     "grpc-testing-1.3.0": "mvn:io.grpc:grpc-testing:1.3.0",
     "grpc-testing-proto-1.3.0": "mvn:io.grpc:grpc-testing-proto:1.3.0",