Update nullness checker from 3.3 to 3.5.0

As of 3.4.0 jdk8 annotation are integrated in checker.
https://github.com/typetools/checker-framework/releases/tag/checker-framework-3.4.0

3.5 is the last version available internally.

PiperOrigin-RevId: 383377733
This commit is contained in:
krocard 2021-07-07 11:37:17 +01:00 committed by kim-vde
parent 23c884ee2a
commit 74f262615e

View File

@ -25,7 +25,7 @@ project.ext {
mockitoVersion = '3.4.0'
mockWebServerVersion = '3.12.0'
robolectricVersion = '4.6.1'
checkerframeworkVersion = '3.3.0'
checkerframeworkVersion = '3.5.0'
checkerframeworkCompatVersion = '2.5.0'
jsr305Version = '3.0.2'
kotlinAnnotationsVersion = '1.5.20'