Uplift prometheus dependencies 47/140247/1
authorwaynedunican <wayne.dunican@est.tech>
Wed, 12 Feb 2025 13:24:23 +0000 (13:24 +0000)
committerwaynedunican <wayne.dunican@est.tech>
Wed, 12 Feb 2025 13:26:56 +0000 (13:26 +0000)
Issue-ID: POLICY-5190
Change-Id: Iba92ec39f085a5eda817cd1cf5dedcb990634221
Signed-off-by: waynedunican <wayne.dunican@est.tech>
integration/pom.xml

index fae984f..1dfd3d2 100644 (file)
@@ -62,7 +62,7 @@
         <version.hamcrest>3.0</version.hamcrest>
         <version.httpclient>5.4.1</version.httpclient>
         <version.httpcore>5.3.2</version.httpcore>
-        <version.io.prometheus>0.16.0</version.io.prometheus>
+        <version.io.prometheus>1.3.5</version.io.prometheus>
         <version.jackson>2.17.2</version.jackson>
         <version.jacoco>0.8.11</version.jacoco>
         <version.jaxb>4.0.5</version.jaxb>
         <version.logback>1.5.15</version.logback>
         <version.maven-checkstyle-plugin>3.3.1</version.maven-checkstyle-plugin>
         <version.maven-remote-resources-plugin>3.1.0</version.maven-remote-resources-plugin>
-        <version.micrometer>1.13.6</version.micrometer>
+        <version.micrometer>1.14.3</version.micrometer>
         <version.mockito>5.5.0</version.mockito>
         <version.mockserver>5.15.0</version.mockserver>
         <version.netty>4.1.100.Final</version.netty>
         <version.nsa-cambria>1.2.1-oss</version.nsa-cambria>
         <version.nsa-sa-client>1.3.0-oss</version.nsa-sa-client>
-        <version.opentel>1.41.0</version.opentel>
+        <version.opentel>1.43.0</version.opentel>
         <version.plexus>3.5.0</version.plexus>
         <version.sdc-dist>2.1.1</version.sdc-dist>
         <version.sdc-tosca>1.9.0</version.sdc-tosca>
             <dependency>
                 <groupId>io.micrometer</groupId>
                 <artifactId>micrometer-tracing-bridge-otel</artifactId>
-                <version>1.3.3</version>
+                <version>1.4.2</version>
             </dependency>
             <dependency>
                 <groupId>io.netty</groupId>
             </dependency>
             <dependency>
                 <groupId>io.prometheus</groupId>
-                <artifactId>simpleclient</artifactId>
+                <artifactId>prometheus-metrics-core</artifactId>
                 <version>${version.io.prometheus}</version>
             </dependency>
             <dependency>
                 <groupId>io.prometheus</groupId>
-                <artifactId>simpleclient_hotspot</artifactId>
+                <artifactId>prometheus-metrics-instrumentation-jvm</artifactId>
                 <version>${version.io.prometheus}</version>
             </dependency>
             <dependency>
                 <groupId>io.prometheus</groupId>
-                <artifactId>simpleclient_httpserver</artifactId>
+                <artifactId>prometheus-metrics-exporter-httpserver</artifactId>
                 <version>${version.io.prometheus}</version>
             </dependency>
             <dependency>
                 <groupId>io.prometheus</groupId>
-                <artifactId>simpleclient_logback</artifactId>
-                <version>${version.io.prometheus}</version>
-            </dependency>
-            <dependency>
-                <groupId>io.prometheus</groupId>
-                <artifactId>simpleclient_servlet_jakarta</artifactId>
+                <artifactId>prometheus-metrics-exporter-servlet-jakarta</artifactId>
                 <version>${version.io.prometheus}</version>
             </dependency>
             <dependency>