Fix wrong kryo version in BUCK file

Change-Id: I25f127a4f3593c63d6d115d037f948021a57525b
diff --git a/lib/BUCK b/lib/BUCK
index 9750e0c..8ab570b 100644
--- a/lib/BUCK
+++ b/lib/BUCK
@@ -1,4 +1,4 @@
-# ***** This file was auto-generated at Mon May 09 09:05:18 PDT 2016. Do not edit this file manually. *****
+# ***** This file was auto-generated at Tue May 10 11:21:33 PDT 2016. Do not edit this file manually. *****
 osgi_feature_group(
   name = 'COMPILE',
   visibility = ['PUBLIC'],
@@ -790,10 +790,10 @@
 
 remote_jar (
   name = 'kryo',
-  out = 'kryo-3.0.0.jar',
-  url = 'mvn:com.esotericsoftware:kryo:jar:3.0.0',
-  sha1 = '86f0de889ece7c30115d27d1c56246fd509201a8',
-  maven_coords = 'com.esotericsoftware:kryo:3.0.0',
+  out = 'kryo-3.0.3.jar',
+  url = 'mvn:com.esotericsoftware:kryo:jar:3.0.3',
+  sha1 = '01ebca99f633ef31484176a727093e78c7fa43e7',
+  maven_coords = 'com.esotericsoftware:kryo:3.0.3',
   visibility = [ 'PUBLIC' ],
 )