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/07/11 17:57:58 UTC

[nifi] branch main updated: NIFI-10201 Upgraded Prometheus simpleclient from 0.3.0 to 0.16.0

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 06db7968fa NIFI-10201 Upgraded Prometheus simpleclient from 0.3.0 to 0.16.0
06db7968fa is described below

commit 06db7968fa0436661fac89e74e621b5b2301212d
Author: UcanInfosec <10...@users.noreply.github.com>
AuthorDate: Wed Jul 6 08:37:55 2022 -0400

    NIFI-10201 Upgraded Prometheus simpleclient from 0.3.0 to 0.16.0
    
    This closes #6180
    
    Signed-off-by: David Handermann <ex...@apache.org>
---
 nifi-nar-bundles/nifi-extension-utils/nifi-prometheus-utils/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nifi-nar-bundles/nifi-extension-utils/nifi-prometheus-utils/pom.xml b/nifi-nar-bundles/nifi-extension-utils/nifi-prometheus-utils/pom.xml
index 42ad570fda..52cbaafc18 100644
--- a/nifi-nar-bundles/nifi-extension-utils/nifi-prometheus-utils/pom.xml
+++ b/nifi-nar-bundles/nifi-extension-utils/nifi-prometheus-utils/pom.xml
@@ -31,7 +31,7 @@
         as this increases the cost of utilizing this module in various nars.
     </description>
     <properties>
-        <prometheus.version>0.3.0</prometheus.version>
+        <prometheus.version>0.16.0</prometheus.version>
     </properties>
     <dependencies>
         <dependency>