This is an automated email from the ASF dual-hosted git repository.

exceptionfactory pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git

commit 2066d6ebc50e9101460c50a7a3179bf53827fd5a
Author: mr1716 <msr1...@rit.edu>
AuthorDate: Wed Jun 26 07:03:05 2024 -0400

    NIFI-13451 Upgraded error_prone_annotations from 2.21.1 to 2.28.0
    
    This closes #9006
    
    Signed-off-by: David Handermann <exceptionfact...@apache.org>
---
 .../nifi-standard-shared-bundle/nifi-standard-shared-bom/pom.xml        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/nifi-extension-bundles/nifi-standard-shared-bundle/nifi-standard-shared-bom/pom.xml
 
b/nifi-extension-bundles/nifi-standard-shared-bundle/nifi-standard-shared-bom/pom.xml
index 4503d2e3a7..880ec196a0 100644
--- 
a/nifi-extension-bundles/nifi-standard-shared-bundle/nifi-standard-shared-bom/pom.xml
+++ 
b/nifi-extension-bundles/nifi-standard-shared-bundle/nifi-standard-shared-bom/pom.xml
@@ -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 -->

Reply via email to