project: Update gradle dependencies

This commit is contained in:
OpenOSRS
2020-08-28 00:04:21 +00:00
parent 7010955ae9
commit 99d1d193e5
6 changed files with 19 additions and 19 deletions

View File

@@ -42,7 +42,7 @@ dependencies {
implementation(group = "com.google.guava", name = "guava", version = "29.0-jre")
implementation(group = "commons-cli", name = "commons-cli", version = "1.4")
implementation(group = "io.netty", name = "netty-buffer", version = "4.1.51.Final")
implementation(group = "com.squareup.okhttp3", name = "okhttp", version = "4.8.0")
implementation(group = "com.squareup.okhttp3", name = "okhttp", version = "4.8.1")
implementation(group = "org.antlr", name = "antlr4-runtime", version = "4.8-1")
implementation(group = "org.apache.commons", name = "commons-compress", version = "1.20")
implementation(group = "org.slf4j", name = "slf4j-api", version = "1.7.30")