gradle: Run update dependencies

This commit is contained in:
Owain van Brakel
2020-04-08 17:15:46 +02:00
parent 3c1e04d147
commit 7b9ef78c40
6 changed files with 36 additions and 20 deletions

View File

@@ -41,7 +41,7 @@ dependencies {
implementation(group = "com.google.code.gson", name = "gson", version = "2.8.6")
implementation(group = "com.google.guava", name = "guava", version = "28.2-jre")
implementation(group = "commons-cli", name = "commons-cli", version = "1.4")
implementation(group = "io.netty", name = "netty-buffer", version = "4.1.45.Final")
implementation(group = "io.netty", name = "netty-buffer", version = "4.1.48.Final")
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")