project: Update gradle dependencies

This commit is contained in:
OpenOSRS
2020-07-17 00:03:51 +00:00
parent b407e4b567
commit 402c4c2eb5
5 changed files with 9 additions and 9 deletions

View File

@@ -35,13 +35,13 @@ dependencies {
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.squareup.okhttp3", name = "okhttp", version = "4.7.2")
implementation(group = "com.squareup.okhttp3", name = "okhttp", version = "4.8.0")
implementation(group = "io.reactivex.rxjava3", name = "rxjava", version = "3.0.4")
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.7.2")
testImplementation(group = "com.squareup.okhttp3", name = "mockwebserver", version = "4.8.0")
testImplementation(group = "junit", name = "junit", version = "4.13")
testImplementation(group = "org.slf4j", name = "slf4j-simple", version = "1.7.30")
}