project: Update gradle dependencies

This commit is contained in:
OpenOSRS
2020-05-21 00:03:27 +00:00
parent be723713f7
commit a991806940
3 changed files with 6 additions and 6 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.6.0")
implementation(group = "com.squareup.okhttp3", name = "okhttp", version = "4.7.2")
implementation(group = "org.slf4j", name = "slf4j-api", version = "1.7.30")
implementation(group = "org.slf4j", name = "slf4j-simple", version = "1.7.30")