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
…44.0
  • Loading branch information
renovate[bot] authored and jpenilla committed Jun 23, 2024
1 parent a7b1790 commit e85125d
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 @@ -33,7 +33,7 @@ dependencies {

implementation(transitiveInclude("org.spongepowered:configurate-hocon:4.1.2")!!)

compileOnly("org.checkerframework", "checker-qual", "3.42.0")
compileOnly("org.checkerframework", "checker-qual", "3.44.0")

implementation(include("net.fabricmc", "mapping-io", "0.6.1"))
}
Expand Down

0 comments on commit e85125d

Please sign in to comment.