Bump asm from 7.1 to 7.2

Bumps asm from 7.1 to 7.2.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2019-10-14 15:17:55 +00:00 committed by GitHub
parent e445f96e0c
commit 4a3c015524
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ buildscript {
}
configurations.all {
resolutionStrategy {
force("org.ow2.asm:asm:7.1")
force("org.ow2.asm:asm:7.2")
force("org.jetbrains:annotations:17.0.0")
}
}