project: Update gradle dependencies

This commit is contained in:
OpenOSRS
2020-08-11 00:03:50 +00:00
parent 68a72419c2
commit 72b1982330
3 changed files with 3 additions and 3 deletions

View File

@@ -37,7 +37,7 @@ dependencies {
annotationProcessor(group = "org.projectlombok", name = "lombok", version = "1.18.12")
implementation(group = "org.jetbrains", name = "annotations", version = "19.0.0")
implementation(group = "org.jetbrains", name = "annotations", version = "20.0.0")
implementation(group = "org.ow2.asm", name = "asm", version = "8.0.1")
implementation(group = "org.ow2.asm", name = "asm-util", version = "8.0.1")
implementation(group = "net.runelite", name = "fernflower", version = "07082019")