From 03839ba1a2bb6c72f32e0e14f71b0dae6a038ebf Mon Sep 17 00:00:00 2001 From: Jason Tedor Date: Sat, 23 Mar 2019 12:55:48 -0400 Subject: [PATCH] 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. --- x-pack/test/feature-aware/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/test/feature-aware/build.gradle b/x-pack/test/feature-aware/build.gradle index 7e7ed3ee3a8..e3c7ae96063 100644 --- a/x-pack/test/feature-aware/build.gradle +++ b/x-pack/test/feature-aware/build.gradle @@ -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}"