Enable percentile histograms in metrics
[dcaegen2/collectors/hv-ves.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 5a83fc8..fad690d 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -49,7 +49,7 @@
     </modules>
 
     <properties>
-        <kotlin.version>1.3.0</kotlin.version>
+        <kotlin.version>1.3.11</kotlin.version>
         <arrow.version>0.8.0</arrow.version>
         <maven-compiler-plugin.version>3.7.0</maven-compiler-plugin.version>
         <build-helper-maven-plugin.version>1.7</build-helper-maven-plugin.version>
@@ -81,7 +81,6 @@
         <docker-image.name>${project.groupId}.${project.artifactId}</docker-image.name>
         <docker-image.latest>1.1-SNAPSHOT</docker-image.latest>
         <docker.http_proxy/>
-
     </properties>
 
     <build>
             </dependency>
             <dependency>
                 <groupId>io.micrometer</groupId>
-                <artifactId>micrometer-registry-jmx</artifactId>
-                <version>1.0.5</version>
+                <artifactId>micrometer-registry-prometheus</artifactId>
+                <version>1.0.8</version>
             </dependency>
 
             <!-- Test dependencies -->