This is an automated email from the ASF dual-hosted git repository. joewitt pushed a commit to branch support/nifi-1.19 in repository https://gitbox.apache.org/repos/asf/nifi.git
commit ec813fc445ffc2d621287f54c99654c59b1f5dd5 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 522b2f6c16..8903ab107b 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>
