Merge pull request #2538 from IntellectualSites/dependabot/gradle/org.ow2.asm-asm-7.2

Bump asm from 7.1 to 7.2
This commit is contained in:
Matt
2019-10-19 17:43:25 -04:00
committed by GitHub

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")
}
}