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 001ada9536 NIFI-12705 Update metrics-jvm to 4.2.25
001ada9536 is described below
commit 001ada9536589c7912ad409c50c962e492140348
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 4434004d8b..3df645d1f6 100644
--- a/nifi-commons/nifi-metrics/pom.xml
+++ b/nifi-commons/nifi-metrics/pom.xml
@@ -31,7 +31,7 @@
<dependency>
<groupId>io.dropwizard.metrics</groupId>
<artifactId>metrics-jvm</artifactId>
- <version>4.2.19</version>
+ <version>4.2.25</version>
</dependency>
</dependencies>
</project>