Skip to content

Commit

Permalink
fix(deps): update dependency org.checkerframework:checker-qual to v3.…
Browse files Browse the repository at this point in the history
…39.0
  • Loading branch information
renovate[bot] authored and jpenilla committed Oct 3, 2023
1 parent 7650664 commit 7cfb3d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ dependencies {
compileOnly("net.essentialsx", "EssentialsX", "2.20.1") {
isTransitive = false
}
compileOnly("org.checkerframework", "checker-qual", "3.38.0")
compileOnly("org.checkerframework", "checker-qual", "3.39.0")
compileOnly("com.sk89q.worldguard", "worldguard-bukkit", "7.0.9") {
exclude("org.bukkit")
}
Expand Down

0 comments on commit 7cfb3d4

Please sign in to comment.