This is an automated email from the ASF dual-hosted git repository.
pvillard pushed a commit to branch support/nifi-1.x
in repository https://gitbox.apache.org/repos/asf/nifi.git
The following commit(s) were added to refs/heads/support/nifi-1.x by this push:
new 647a59b9df NIFI-12705 Update metrics-jvm to 4.2.25
647a59b9df is described below
commit 647a59b9df90952a90d68c4c235442ccff06b022
Author: mr1716 <[email protected]>
AuthorDate: Wed Jan 31 08:24:20 2024 -0500
NIFI-12705 Update metrics-jvm to 4.2.25
Signed-off-by: Pierre Villard <[email protected]>
This closes #8328.
---
nifi-commons/nifi-metrics/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nifi-commons/nifi-metrics/pom.xml
b/nifi-commons/nifi-metrics/pom.xml
index 32beeb8c71..33e27fd21a 100644
--- a/nifi-commons/nifi-metrics/pom.xml
+++ b/nifi-commons/nifi-metrics/pom.xml
@@ -32,7 +32,7 @@
<dependency>
<groupId>io.dropwizard.metrics</groupId>
<artifactId>metrics-jvm</artifactId>
- <version>4.2.19</version>
+ <version>4.2.25</version>
</dependency>
</dependencies>
</project>