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