Bump asm from 7.2 to 7.3.1

Bumps asm from 7.2 to 7.3.1.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-01-13 08:01:49 +00:00 committed by GitHub
parent cadd0cd9b4
commit 2efe604b9b
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.2")
force("org.ow2.asm:asm:7.3.1")
force("org.jetbrains:annotations:18.0.0")
}
}