⬆️ Bump checker-qual from 3.5.0 to 3.7.0

Bumps [checker-qual](https://github.com/typetools/checker-framework) from 3.5.0 to 3.7.0.
- [Release notes](https://github.com/typetools/checker-framework/releases)
- [Changelog](https://github.com/typetools/checker-framework/blob/master/changelog.txt)
- [Commits](https://github.com/typetools/checker-framework/compare/checker-framework-3.5.0...checker-framework-3.7.0)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2020-10-23 20:34:30 +00:00 committed by Alexander Söderberg
parent e993d0e41c
commit 845cd1ec5d

View file

@ -114,7 +114,7 @@ subprojects {
} }
dependencies { dependencies {
compileOnly 'org.checkerframework:checker-qual:3.5.0' compileOnly 'org.checkerframework:checker-qual:3.7.0'
api 'io.leangen.geantyref:geantyref:1.3.11' api 'io.leangen.geantyref:geantyref:1.3.11'
testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.7.0' testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.7.0'
} }