Update various other dependencies

This commit is contained in:
Andrew Steinborn
2023-01-01 18:58:27 -05:00
parent 3768e66e86
commit aaa24752ac
2 changed files with 9 additions and 9 deletions

View File

@@ -149,7 +149,7 @@ dependencies {
implementation("space.vectrix.flare:flare:$flareVersion")
implementation("space.vectrix.flare:flare-fastutil:$flareVersion")
compileOnly("com.github.spotbugs:spotbugs-annotations:4.4.0")
compileOnly("com.github.spotbugs:spotbugs-annotations:4.7.3")
testImplementation("org.mockito:mockito-core:3.+")
}