Skip to content

Commit

Permalink
Update to Checker Framework 3.22.2 (#610)
Browse files Browse the repository at this point in the history
Needed for our changes in #608, which requires visibility into some previously
`package` or `private` level internals of Checker Framework's CFG:

- typetools/checker-framework#5152
- typetools/checker-framework#5156
  • Loading branch information
lazaroclapp committed Jun 16, 2022
1 parent 3dda025 commit 08c50cf
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 @@ -41,7 +41,7 @@ if (project.hasProperty("epApiVersion")) {

def versions = [
asm : "9.3",
checkerFramework : "3.21.3",
checkerFramework : "3.22.2",
// 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 08c50cf

Please sign in to comment.