Skip to content
This repository has been archived by the owner on Apr 8, 2023. It is now read-only.

Commit

Permalink
Merge pull request #2581 from open-osrs/GRADLE-DEPS-UPDATE-af1cd9aba
Browse files Browse the repository at this point in the history
project: Update gradle dependencies
  • Loading branch information
xKylee authored May 14, 2020
2 parents 706f3e6 + c0d8d24 commit 3739e4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cache/cache.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "29.0-jre")
implementation(group = "commons-cli", name = "commons-cli", version = "1.4")
implementation(group = "io.netty", name = "netty-buffer", version = "4.1.49.Final")
implementation(group = "io.netty", name = "netty-buffer", version = "4.1.50.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")
Expand Down

0 comments on commit 3739e4e

Please sign in to comment.