From 1624112015c43842c2593b94f9effcb785c6b363 Mon Sep 17 00:00:00 2001 From: David Ostrovsky Date: Mon, 22 Aug 2016 08:39:15 +0200 Subject: [PATCH] Bump ow2 asm library to 5.1 This is a preparation change for upgrading GWT to upcoming 2.8 release. However it seems that current GWT 2.7 also depends on the newer version of ow2. Change-Id: If98f6b0efaa85ad5cc4247de6fbf5dc9e8d3f889 --- lib/ow2/BUCK | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/lib/ow2/BUCK b/lib/ow2/BUCK index fabcb25979..653bd2bfc4 100644 --- a/lib/ow2/BUCK +++ b/lib/ow2/BUCK @@ -1,25 +1,25 @@ include_defs('//lib/maven.defs') -VERSION = '5.0.3' +VERSION = '5.1' maven_jar( name = 'ow2-asm', id = 'org.ow2.asm:asm:' + VERSION, - sha1 = 'dcc2193db20e19e1feca8b1240dbbc4e190824fa', + sha1 = '5ef31c4fe953b1fd00b8a88fa1d6820e8785bb45', license = 'ow2', ) maven_jar( name = 'ow2-asm-analysis', id = 'org.ow2.asm:asm-analysis:' + VERSION, - sha1 = 'c7126aded0e8e13fed5f913559a0dd7b770a10f3', + sha1 = '6d1bf8989fc7901f868bee3863c44f21aa63d110', license = 'ow2', ) maven_jar( name = 'ow2-asm-commons', id = 'org.ow2.asm:asm-commons:' + VERSION, - sha1 = 'a7111830132c7f87d08fe48cb0ca07630f8cb91c', + sha1 = '25d8a575034dd9cfcb375a39b5334f0ba9c8474e', deps = [':ow2-asm-tree'], license = 'ow2', ) @@ -27,14 +27,13 @@ maven_jar( maven_jar( name = 'ow2-asm-tree', id = 'org.ow2.asm:asm-tree:' + VERSION, - sha1 = '287749b48ba7162fb67c93a026d690b29f410bed', + sha1 = '87b38c12a0ea645791ead9d3e74ae5268d1d6c34', license = 'ow2', ) maven_jar( name = 'ow2-asm-util', id = 'org.ow2.asm:asm-util:' + VERSION, - sha1 = '1512e5571325854b05fb1efce1db75fcced54389', + sha1 = 'b60e33a6bd0d71831e0c249816d01e6c1dd90a47', license = 'ow2', ) -