gradle: Update gradle dependencies

This commit is contained in:
OpenOSRS
2020-10-04 00:03:54 +00:00
parent d13bc058d5
commit f98b55d474
6 changed files with 21 additions and 21 deletions

View File

@@ -41,8 +41,8 @@ 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 = "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.1")
implementation(group = "io.netty", name = "netty-buffer", version = "4.1.52.Final")
implementation(group = "com.squareup.okhttp3", name = "okhttp", version = "4.9.0")
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")