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 2023/02/06 08:22:18 UTC

[karaf-decanter] branch main updated: [KARAF-7662] Upgrade to Prometheus 0.16.0

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 70793e68 [KARAF-7662] Upgrade to Prometheus 0.16.0
     new cd139b8d Merge pull request #314 from jbonofre/KARAF-7662
70793e68 is described below

commit 70793e68aaca7c5022d8841c51f9bee50603f466
Author: JB Onofré <jb...@dremio.com>
AuthorDate: Fri Feb 3 18:22:47 2023 +0100

    [KARAF-7662] Upgrade to Prometheus 0.16.0
---
 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 d34cf7cb..b027aedf 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.14.1</version>
+            <version>0.16.0</version>
         </dependency>
         <dependency>
             <groupId>io.prometheus</groupId>
             <artifactId>simpleclient_servlet</artifactId>
-            <version>0.14.1</version>
+            <version>0.16.0</version>
         </dependency>
         <dependency>
             <groupId>javax.servlet</groupId>