Skip to content

Commit 5c8a47a

Browse files
committed
bump error_prone and nullaway
1 parent 4fadd37 commit 5c8a47a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -323,12 +323,12 @@
323323
<path>
324324
<groupId>com.google.errorprone</groupId>
325325
<artifactId>error_prone_core</artifactId>
326-
<version>2.31.0</version>
326+
<version>2.42.0</version>
327327
</path>
328328
<path>
329329
<groupId>com.uber.nullaway</groupId>
330330
<artifactId>nullaway</artifactId>
331-
<version>0.12.6</version>
331+
<version>0.12.10</version>
332332
</path>
333333
<!-- Other annotation processors go here -->
334334
</annotationProcessorPaths>

0 commit comments

Comments
 (0)