Updated log4j and Checker Framework

Updating Checker Framework flagged numerous warnings, which have been
corrected. These probably involve type declarations lacking a nullness
annotation that appeared elsewhere.
This commit is contained in:
Andrew Steinborn
2019-03-28 22:27:51 -04:00
parent 9491f948f8
commit 118574e535
24 changed files with 35 additions and 80 deletions

View File

@@ -22,10 +22,10 @@ allprojects {
// dependency versions
junitVersion = '5.3.0-M1'
slf4jVersion = '1.7.25'
log4jVersion = '2.11.1'
log4jVersion = '2.11.2'
nettyVersion = '4.1.34.Final'
guavaVersion = '25.1-jre'
checkerFrameworkVersion = '2.5.6'
checkerFrameworkVersion = '2.7.0'
getCurrentShortRevision = {
new ByteArrayOutputStream().withStream { os ->