gradle: Update gradle dependencies

This commit is contained in:
OpenOSRS
2020-10-21 00:03:57 +00:00
parent 4891962789
commit dfc5875242
10 changed files with 41 additions and 41 deletions

View File

@@ -29,12 +29,12 @@ dependencies {
api(project(":cache"))
api(project(":runelite-api"))
annotationProcessor(group = "org.projectlombok", name = "lombok", version = "1.18.12")
annotationProcessor(group = "org.projectlombok", name = "lombok", version = "1.18.16")
compileOnly(group = "org.projectlombok", name = "lombok", version = "1.18.12")
compileOnly(group = "org.projectlombok", name = "lombok", version = "1.18.16")
implementation(group = "com.google.code.gson", name = "gson", version = "2.8.6")
implementation(group = "com.google.guava", name = "guava", version = "29.0-jre")
implementation(group = "com.google.guava", name = "guava", version = "30.0-jre")
implementation(group = "com.github.petitparser", name = "java-petitparser", version = "2.3.1")
implementation(group = "com.squareup.okhttp3", name = "okhttp", version = "4.9.0")
implementation(group = "org.slf4j", name = "slf4j-api", version = "1.7.30")