project: Update gradle dependencies
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user