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

@@ -32,7 +32,7 @@ dependencies {
implementation(group = "com.google.code.findbugs", name = "jsr305", version = "3.0.2")
implementation(group = "com.google.guava", name = "guava", version = "29.0-jre")
implementation(group = "org.apache.commons", name = "commons-text", version = "1.8")
implementation(group = "org.apache.commons", name = "commons-text", version = "1.9")
implementation(group = "org.slf4j", name = "slf4j-api", version = "1.7.30")
testImplementation(group = "junit", name = "junit", version = "4.13")