Skip to content

Commit

Permalink
Bump to Checker Framework 3.43.0 (#959)
Browse files Browse the repository at this point in the history
The previous bug that was preventing us from upgrading
(typetools/checker-framework#6396) is fixed in
this release. Benchmarks show no performance regression.
  • Loading branch information
msridhar authored May 20, 2024
1 parent e26e194 commit 5d3e264
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ if (project.hasProperty("epApiVersion")) {

def versions = [
asm : "9.3",
checkerFramework : "3.40.0",
checkerFramework : "3.43.0",
// for comparisons in other parts of the build
errorProneLatest : latestErrorProneVersion,
// The version of Error Prone used to check NullAway's code.
Expand Down

0 comments on commit 5d3e264

Please sign in to comment.