You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by ex...@apache.org on 2022/11/29 14:38:37 UTC

[nifi] branch main updated: NIFI-10859 Upgraded metrics-jvm from 4.1.2 to 4.1.33

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


The following commit(s) were added to refs/heads/main by this push:
     new 74b8d9296b NIFI-10859 Upgraded metrics-jvm from 4.1.2 to 4.1.33
74b8d9296b is described below

commit 74b8d9296bc7ea954558f7db75dfcc40988b6c39
Author: mr1716 <ms...@rit.edu>
AuthorDate: Sat Nov 26 07:57:59 2022 -0500

    NIFI-10859 Upgraded metrics-jvm from 4.1.2 to 4.1.33
    
    This closes #6721
    
    Signed-off-by: David Handermann <ex...@apache.org>
---
 nifi-commons/nifi-metrics/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/nifi-commons/nifi-metrics/pom.xml b/nifi-commons/nifi-metrics/pom.xml
index c8791b59bc..31f6248d8e 100644
--- a/nifi-commons/nifi-metrics/pom.xml
+++ b/nifi-commons/nifi-metrics/pom.xml
@@ -68,7 +68,7 @@
         <dependency>
             <groupId>io.dropwizard.metrics</groupId>
             <artifactId>metrics-jvm</artifactId>
-            <version>4.1.2</version>
+            <version>4.1.33</version>
         </dependency>
         <dependency>
             <groupId>org.spockframework</groupId>
@@ -76,4 +76,4 @@
             <scope>test</scope>
         </dependency>
     </dependencies>
-</project>
\ No newline at end of file
+</project>