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

@@ -36,7 +36,7 @@ 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.github.petitparser", name = "java-petitparser", version = "2.3.1")
implementation(group = "com.squareup.okhttp3", name = "okhttp", version = "4.7.2")
implementation(group = "com.squareup.okhttp3", name = "okhttp", version = "4.8.0")
implementation(group = "org.slf4j", name = "slf4j-api", version = "1.7.30")
implementation(group = "org.slf4j", name = "slf4j-simple", version = "1.7.30")