diff --git a/pom.xml b/pom.xml
index 8923361..62cd0cd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -131,6 +131,7 @@
2.18.0
2.38.0
+ 0.13.8
0.8.13
2.58.0
4.9.3.0
@@ -325,7 +326,11 @@
-XDcompilePolicy=simple
--should-stop=ifError=FLOW
- -Xplugin:ErrorProne -XepExcludedPaths:.*/generated-test-sources/.*
+ -Xplugin:ErrorProne
+ -XepExcludedPaths:.*/generated-test-sources/.*
+ -Xep:NullAway:ERROR
+ -XepOpt:NullAway:OnlyNullMarked=true
+ -XepOpt:NullAway:TreatGeneratedAsUnannotated=true