Skip to content

Commit

Permalink
fix(deps): update dependency org.checkerframework:checker to v3.33.0 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Apr 28, 2023
1 parent e79c16a commit 0739a26
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies {
"checkerFrameworkAnnotatedJDK"("org.checkerframework:jdk8:$checkerframeworkVersion")
}
} ?: run {
val checkerframeworkVersion = "3.31.0"
val checkerframeworkVersion = "3.33.0"
"checkerFramework"("org.checkerframework:checker:$checkerframeworkVersion")
if (JavaVersion.current() == JavaVersion.VERSION_1_8) {
// only needed for JDK 8
Expand Down

0 comments on commit 0739a26

Please sign in to comment.