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

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


The following commit(s) were added to refs/heads/main by this push:
     new 0311221eb9 NIFI-12421 Update metrics-core to 4.2.22
0311221eb9 is described below

commit 0311221eb957ede7e186c8e0642ab1605235050d
Author: mr1716 <[email protected]>
AuthorDate: Tue Nov 28 10:21:36 2023 -0500

    NIFI-12421 Update metrics-core to 4.2.22
    
    Signed-off-by: Pierre Villard <[email protected]>
    
    This closes #8072.
---
 nifi-nar-bundles/nifi-framework-bundle/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nifi-nar-bundles/nifi-framework-bundle/pom.xml 
b/nifi-nar-bundles/nifi-framework-bundle/pom.xml
index f48479fc0f..f0e93612df 100644
--- a/nifi-nar-bundles/nifi-framework-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-framework-bundle/pom.xml
@@ -474,7 +474,7 @@
             <dependency>
                 <groupId>io.dropwizard.metrics</groupId>
                 <artifactId>metrics-core</artifactId>
-                <version>4.2.19</version>
+                <version>4.2.22</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.curator</groupId>

Reply via email to