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 <[email protected]>
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 <[email protected]>
---
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>