Update feature aware check ASM to 7.1 (#40389)

This commit updates the feature aware check ASM dependency to ASM
7.1. This gives us JDK 13 compatibility.
This commit is contained in:
Jason Tedor 2019-03-23 12:55:48 -04:00
parent 143db10980
commit 03839ba1a2
No known key found for this signature in database
GPG Key ID: FA89F05560F16BC5
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
apply plugin: 'elasticsearch.build'
dependencies {
compile 'org.ow2.asm:asm:7.0'
compile 'org.ow2.asm:asm:7.1'
compile "org.elasticsearch:elasticsearch:${version}"
compile "org.elasticsearch.plugin:x-pack-core:${version}"
testCompile "org.elasticsearch.test:framework:${version}"