Fix asm version

- Kryo 3.0.1+ depends on reflectasm 1.10.1, which depends on asm 5.0.3
  but was using old asm version due to root pom.xml

Change-Id: I3ac8551ad6ea91481982e542b93571105f3716be
diff --git a/lib/BUCK b/lib/BUCK
index 48cd495..b9bb659 100644
--- a/lib/BUCK
+++ b/lib/BUCK
@@ -1,4 +1,4 @@
-# ***** This file was auto-generated at Tue May 10 11:21:33 PDT 2016. Do not edit this file manually. *****
+# ***** This file was auto-generated at Wed May 11 19:22:32 PDT 2016. Do not edit this file manually. *****
 osgi_feature_group(
   name = 'COMPILE',
   visibility = ['PUBLIC'],
@@ -124,10 +124,10 @@
 
 remote_jar (
   name = 'asm',
-  out = 'asm-4.2.jar',
-  url = 'mvn:org.ow2.asm:asm:jar:4.2',
-  sha1 = '4b2c12b92dd045aeabf5b2aeeb3220bf010da9d4',
-  maven_coords = 'org.ow2.asm:asm:4.2',
+  out = 'asm-5.0.3.jar',
+  url = 'mvn:org.ow2.asm:asm:jar:5.0.3',
+  sha1 = 'dcc2193db20e19e1feca8b1240dbbc4e190824fa',
+  maven_coords = 'org.ow2.asm:asm:5.0.3',
   visibility = [ 'PUBLIC' ],
 )