mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 05:06:44 +01:00
Merge pull request #2907 from IntellectualSites/dependabot/gradle/v5/org.jetbrains-annotations-20.1.0
Bump annotations from 20.0.0 to 20.1.0
This commit is contained in:
commit
da54478767
@ -16,7 +16,7 @@ dependencies {
|
||||
annotationProcessor("org.projectlombok:lombok:1.18.8")
|
||||
testAnnotationProcessor("org.projectlombok:lombok:1.18.8")
|
||||
implementation("org.jetbrains.kotlin:kotlin-stdlib:1.4.0")
|
||||
implementation("org.jetbrains:annotations:20.0.0")
|
||||
implementation("org.jetbrains:annotations:20.1.0")
|
||||
implementation("org.khelekore:prtree:1.7.0-SNAPSHOT")
|
||||
}
|
||||
|
||||
|
@ -14,7 +14,7 @@ buildscript {
|
||||
configurations.all {
|
||||
resolutionStrategy {
|
||||
force("org.ow2.asm:asm:8.0.1")
|
||||
force("org.jetbrains:annotations:20.0.0")
|
||||
force("org.jetbrains:annotations:20.1.0")
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -94,7 +94,7 @@ subprojects {
|
||||
implementation("com.google.guava:guava:21.0") {
|
||||
because("Minecraft uses Guava 21 as of 1.13")
|
||||
}
|
||||
compileOnly("org.jetbrains:annotations:19.0.0")
|
||||
compileOnly("org.jetbrains:annotations:20.1.0")
|
||||
compileClasspath("org.projectlombok:lombok:1.18.12")
|
||||
testCompileOnly("org.projectlombok:lombok:1.18.12")
|
||||
annotationProcessor("org.projectlombok:lombok:1.18.8")
|
||||
@ -106,7 +106,7 @@ subprojects {
|
||||
resolutionStrategy {
|
||||
force("junit:junit:4.12")
|
||||
force("com.google.guava:guava:21.0")
|
||||
force("org.jetbrains:annotations:20.0.0")
|
||||
force("org.jetbrains:annotations:20.1.0")
|
||||
force("com.google.code.findbugs:jsr305:3.0.2")
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user