dependencies: Match RL dependencies
This commit is contained in:
@@ -26,14 +26,14 @@
|
||||
description = "RuneLite API"
|
||||
|
||||
dependencies {
|
||||
annotationProcessor(group = "org.projectlombok", name = "lombok", version = "1.18.16")
|
||||
annotationProcessor(group = "org.projectlombok", name = "lombok", version = "1.18.4")
|
||||
|
||||
compileOnly(group = "org.projectlombok", name = "lombok", version = "1.18.16")
|
||||
compileOnly(group = "org.projectlombok", name = "lombok", version = "1.18.4")
|
||||
|
||||
implementation(group = "com.google.code.findbugs", name = "jsr305", version = "3.0.2")
|
||||
implementation(group = "com.google.guava", name = "guava", version = "30.0-jre")
|
||||
implementation(group = "org.apache.commons", name = "commons-text", version = "1.9")
|
||||
implementation(group = "org.slf4j", name = "slf4j-api", version = "1.7.30")
|
||||
implementation(group = "com.google.guava", name = "guava", version = "23.2-jre")
|
||||
implementation(group = "org.apache.commons", name = "commons-text", version = "1.2")
|
||||
implementation(group = "org.slf4j", name = "slf4j-api", version = "1.7.12")
|
||||
|
||||
testImplementation(group = "junit", name = "junit", version = "4.13.1")
|
||||
testImplementation(group = "junit", name = "junit", version = "4.12")
|
||||
}
|
||||
Reference in New Issue
Block a user