mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 13:16:45 +01:00
Bump annotations from 17.0.0 to 18.0.0
Bumps [annotations](https://github.com/JetBrains/java-annotations) from 17.0.0 to 18.0.0. - [Release notes](https://github.com/JetBrains/java-annotations/releases) - [Commits](https://github.com/JetBrains/java-annotations/compare/17.0.0...18.0.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
c1a7844f4a
commit
4ba5b6da1d
@ -12,7 +12,7 @@ buildscript {
|
|||||||
configurations.all {
|
configurations.all {
|
||||||
resolutionStrategy {
|
resolutionStrategy {
|
||||||
force("org.ow2.asm:asm:7.2")
|
force("org.ow2.asm:asm:7.2")
|
||||||
force("org.jetbrains:annotations:17.0.0")
|
force("org.jetbrains:annotations:18.0.0")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -94,7 +94,7 @@ subprojects {
|
|||||||
resolutionStrategy {
|
resolutionStrategy {
|
||||||
force("junit:junit:4.12")
|
force("junit:junit:4.12")
|
||||||
force("com.google.guava:guava:21.0")
|
force("com.google.guava:guava:21.0")
|
||||||
force("org.jetbrains:annotations:17.0.0")
|
force("org.jetbrains:annotations:18.0.0")
|
||||||
force("com.google.code.findbugs:jsr305:3.0.2")
|
force("com.google.code.findbugs:jsr305:3.0.2")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user