Committed by
Gerrit Code Review
Fix wrong kryo version in BUCK file
Change-Id: I25f127a4f3593c63d6d115d037f948021a57525b
Showing
2 changed files
with
6 additions
and
6 deletions
1 | -# ***** This file was auto-generated at Mon May 09 09:05:18 PDT 2016. Do not edit this file manually. ***** | 1 | +# ***** This file was auto-generated at Tue May 10 11:21:33 PDT 2016. Do not edit this file manually. ***** |
2 | osgi_feature_group( | 2 | osgi_feature_group( |
3 | name = 'COMPILE', | 3 | name = 'COMPILE', |
4 | visibility = ['PUBLIC'], | 4 | visibility = ['PUBLIC'], |
... | @@ -790,10 +790,10 @@ remote_jar ( | ... | @@ -790,10 +790,10 @@ remote_jar ( |
790 | 790 | ||
791 | remote_jar ( | 791 | remote_jar ( |
792 | name = 'kryo', | 792 | name = 'kryo', |
793 | - out = 'kryo-3.0.0.jar', | 793 | + out = 'kryo-3.0.3.jar', |
794 | - url = 'mvn:com.esotericsoftware:kryo:jar:3.0.0', | 794 | + url = 'mvn:com.esotericsoftware:kryo:jar:3.0.3', |
795 | - sha1 = '86f0de889ece7c30115d27d1c56246fd509201a8', | 795 | + sha1 = '01ebca99f633ef31484176a727093e78c7fa43e7', |
796 | - maven_coords = 'com.esotericsoftware:kryo:3.0.0', | 796 | + maven_coords = 'com.esotericsoftware:kryo:3.0.3', |
797 | visibility = [ 'PUBLIC' ], | 797 | visibility = [ 'PUBLIC' ], |
798 | ) | 798 | ) |
799 | 799 | ... | ... |
... | @@ -162,7 +162,7 @@ | ... | @@ -162,7 +162,7 @@ |
162 | "jsch": "mvn:com.jcraft:jsch:0.1.53", | 162 | "jsch": "mvn:com.jcraft:jsch:0.1.53", |
163 | "jsr305": "mvn:com.google.code.findbugs:jsr305:3.0.1", | 163 | "jsr305": "mvn:com.google.code.findbugs:jsr305:3.0.1", |
164 | "junit": "mvn:junit:junit:4.12", | 164 | "junit": "mvn:junit:junit:4.12", |
165 | - "kryo": "mvn:com.esotericsoftware:kryo:3.0.0", | 165 | + "kryo": "mvn:com.esotericsoftware:kryo:3.0.3", |
166 | "mapdb": "mvn:org.mapdb:mapdb:1.0.8", | 166 | "mapdb": "mvn:org.mapdb:mapdb:1.0.8", |
167 | "metrics-core": "mvn:io.dropwizard.metrics:metrics-core:3.1.0", | 167 | "metrics-core": "mvn:io.dropwizard.metrics:metrics-core:3.1.0", |
168 | "metrics-ganglia": "mvn:io.dropwizard.metrics:metrics-ganglia:3.1.2", | 168 | "metrics-ganglia": "mvn:io.dropwizard.metrics:metrics-ganglia:3.1.2", | ... | ... |
-
Please register or login to post a comment