Bump asm from 7.3.1 to 8.0.1

Bumps asm from 7.3.1 to 8.0.1.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-04-14 18:23:48 +00:00 committed by GitHub
parent c812bb1295
commit a8619fe2ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@ buildscript {
}
configurations.all {
resolutionStrategy {
force("org.ow2.asm:asm:7.3.1")
force("org.ow2.asm:asm:8.0.1")
force("org.jetbrains:annotations:19.0.0")
}
}