NIFI-13451 Upgraded error_prone_annotations from 2.21.1 to 2.28.0

This closes #9006

Signed-off-by: David Handermann <exceptionfactory@apache.org>
This commit is contained in:
mr1716 2024-06-26 07:03:05 -04:00 committed by exceptionfactory
parent 212dd94f90
commit 2066d6ebc5
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@
<dependency>
<groupId>com.google.errorprone</groupId>
<artifactId>error_prone_annotations</artifactId>
<version>2.21.1</version>
<version>2.28.0</version>
<scope>provided</scope>
</dependency>
<!-- OkHttp -->