gradle: Update gradle dependencies

This commit is contained in:
OpenOSRS
2020-10-21 00:03:57 +00:00
parent 4891962789
commit dfc5875242
10 changed files with 41 additions and 41 deletions

View File

@@ -29,7 +29,7 @@ description = "RuneScape Client"
dependencies {
implementation(project(":injection-annotations"))
testImplementation(group = "junit", name = "junit", version = "4.13")
testImplementation(group = "junit", name = "junit", version = "4.13.1")
testImplementation(group = "org.slf4j", name = "slf4j-api", version = "1.7.30")
testImplementation(group = "org.slf4j", name = "slf4j-simple", version = "1.7.30")
}