Skip to content

Commit

Permalink
upgrade nullaway
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-manes committed Jan 6, 2023
1 parent 837c9b3 commit 0f467ad
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
10 changes: 5 additions & 5 deletions gradle/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ ext {
versions = [
autoValue: '1.10.1',
cache2k: '2.6.1.Final',
checkerFramework: '3.28.0',
checkerFramework: '3.29.0',
coherence: '22.06.2',
commonsCompress: '1.22',
commonsLang3: '3.12.0',
Expand All @@ -54,7 +54,7 @@ ext {
jmh: '1.36',
joor: '0.9.14',
jsr330: '1',
nullaway: '0.10.6',
nullaway: '0.10.7',
ohc: '0.6.1',
osgiComponentAnnotations: '1.5.1',
picocli: '4.7.0',
Expand Down Expand Up @@ -84,13 +84,13 @@ ext {
osgiUtilFunction: '1.2.0',
osgiUtilPromise: '1.3.0',
paxExam: '4.13.5',
slf4jTest: '2.8.0',
slf4jTest: '2.8.1',
testng: '7.7.1',
truth: '1.1.3',
]
pluginVersions = [
bnd: '6.4.0',
checkstyle: '10.5.0',
checkstyle: '10.6.0',
coveralls: '2.12.0',
dependencyCheck: '7.4.3',
errorprone: '3.0.1',
Expand All @@ -101,7 +101,7 @@ ext {
jmhReport: '0.9.0',
nexusPublish: '1.1.0',
nullaway: '1.5.0',
pmd: '6.52.0',
pmd: '6.53.0',
semanticVersioning: '1.1.0',
snyke: '0.4',
sonarqube: '3.5.0.2730',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ public void cleanUp() {
cache.cleanUp();
}

@SuppressWarnings("NullAway.Init")
final class AsMapView extends ForwardingConcurrentMap<K, V> {
@Nullable EntrySetView entrySet;
@Nullable KeySetView keySet;
Expand Down

0 comments on commit 0f467ad

Please sign in to comment.