Merge pull request #2832 from open-osrs/GRADLE-DEPS-UPDATE
gradle: Update gradle dependencies
This commit is contained in:
@@ -28,20 +28,20 @@ import org.apache.tools.ant.filters.ReplaceTokens
|
||||
description = "Web API"
|
||||
|
||||
dependencies {
|
||||
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.squareup.okhttp3", name = "okhttp", version = "4.9.0")
|
||||
implementation(group = "io.reactivex.rxjava3", name = "rxjava", version = "3.0.6")
|
||||
implementation(group = "io.reactivex.rxjava3", name = "rxjava", version = "3.0.7")
|
||||
implementation(group = "org.apache.commons", name = "commons-csv", version = "1.8")
|
||||
implementation(group = "org.slf4j", name = "slf4j-api", version = "1.7.30")
|
||||
implementation(project(":runelite-api"))
|
||||
|
||||
testImplementation(group = "com.squareup.okhttp3", name = "mockwebserver", version = "4.9.0")
|
||||
testImplementation(group = "junit", name = "junit", version = "4.13")
|
||||
testImplementation(group = "junit", name = "junit", version = "4.13.1")
|
||||
testImplementation(group = "org.slf4j", name = "slf4j-simple", version = "1.7.30")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user