aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/BUILD
diff options
context:
space:
mode:
authorGravatar Adam Michael <ajmichael@google.com>2017-01-09 18:39:57 -0500
committerGravatar Damien Martin-Guillerez <dmarting@google.com>2017-01-11 11:55:45 +0100
commit9329642e4b4dfa1ffe41b6cc4cfa4a1bef4a9439 (patch)
treebc6b57557f29a728280ab20b5cd0c4c0d26914d2 /third_party/BUILD
parentaad9b44898cf1562765755d475463145466ea7ae (diff)
Update asm from 5.0.4 to 5.1.
This is needed to open source the java 8 desugaring tool for android builds. https://github.com/bazelbuild/bazel/issues/2222 Change-Id: I6025ab921636782cea65ff4443eb6ea790b32794 RELNOTES: None
Diffstat (limited to 'third_party/BUILD')
-rw-r--r--third_party/BUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/third_party/BUILD b/third_party/BUILD
index 8179c5421c..b7cd5cf558 100644
--- a/third_party/BUILD
+++ b/third_party/BUILD
@@ -147,30 +147,30 @@ java_import(
java_import(
name = "asm",
- jars = ["asm/asm-5.0.4.jar"],
+ jars = ["asm/asm-5.1.jar"],
)
java_import(
name = "asm-analysis",
- jars = ["asm/asm-analysis-5.0.4.jar"],
+ jars = ["asm/asm-analysis-5.1.jar"],
runtime_deps = [":asm-tree"],
)
java_import(
name = "asm-commons",
- jars = ["asm/asm-commons-5.0.4.jar"],
+ jars = ["asm/asm-commons-5.1.jar"],
runtime_deps = [":asm-tree"],
)
java_import(
name = "asm-tree",
- jars = ["asm/asm-tree-5.0.4.jar"],
+ jars = ["asm/asm-tree-5.1.jar"],
runtime_deps = [":asm"],
)
java_import(
name = "asm-util",
- jars = ["asm/asm-util-5.0.4.jar"],
+ jars = ["asm/asm-util-5.1.jar"],
runtime_deps = [":asm-tree"],
)