You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2022/02/02 09:46:05 UTC

[karaf-decanter] branch main updated: [KARAF-7343] Upgrade to prometheus 0.14.1

This is an automated email from the ASF dual-hosted git repository.

jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/karaf-decanter.git


The following commit(s) were added to refs/heads/main by this push:
     new 8e1f5c5  [KARAF-7343] Upgrade to prometheus 0.14.1
     new 2e13461  Merge pull request #282 from jbonofre/KARAF-7343
8e1f5c5 is described below

commit 8e1f5c55b819ace24a47d3d922cb4bf207467b32
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Mon Jan 31 11:17:00 2022 +0100

    [KARAF-7343] Upgrade to prometheus 0.14.1
---
 appender/prometheus/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/appender/prometheus/pom.xml b/appender/prometheus/pom.xml
index ab2e457..e3c5578 100644
--- a/appender/prometheus/pom.xml
+++ b/appender/prometheus/pom.xml
@@ -37,12 +37,12 @@
         <dependency>
             <groupId>io.prometheus</groupId>
             <artifactId>simpleclient</artifactId>
-            <version>0.11.0</version>
+            <version>0.14.1</version>
         </dependency>
         <dependency>
             <groupId>io.prometheus</groupId>
             <artifactId>simpleclient_servlet</artifactId>
-            <version>0.11.0</version>
+            <version>0.14.1</version>
         </dependency>
         <dependency>
             <groupId>javax.servlet</groupId>