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

rombert pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-metrics-prometheus.git

commit cdac025dc4f65de20f473165039757886b0777d9
Author: Robert Munteanu <romb...@apache.org>
AuthorDate: Wed Aug 30 00:23:56 2023 +0200

    metrics-prometheus: bump simpleclient version
    
    This sets the baseline so that:
    
    - custom label builders are supported
    - null values are gracefully handled in DropwizardExports
---
 pom.xml | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 7b8c8b0..e36c24b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,6 +22,9 @@
     <artifactId>org.apache.sling.commons.metrics.prometheus</artifactId>
     <version>1.0-SNAPSHOT</version>
     <name>Apache Sling Commons Prometheus Metrics Exporter</name>
+    <properties>
+        
<io.prometheus.simpleclient.version>0.6.0</io.prometheus.simpleclient.version>
+    </properties>
     <build>
         <plugins>
             <plugin>
@@ -65,19 +68,19 @@
         <dependency>
             <groupId>io.prometheus</groupId>
             <artifactId>simpleclient_servlet</artifactId>
-            <version>0.0.23</version>
+            <version>${io.prometheus.simpleclient.version}</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>io.prometheus</groupId>
             <artifactId>simpleclient_dropwizard</artifactId>
-            <version>0.0.23</version>
+            <version>${io.prometheus.simpleclient.version}</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>io.prometheus</groupId>
             <artifactId>simpleclient_hotspot</artifactId>
-            <version>0.0.23</version>
+            <version>${io.prometheus.simpleclient.version}</version>
             <scope>provided</scope>
         </dependency>
     </dependencies>

Reply via email to