File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
exporters/prometheus/src/test/java/io/opentelemetry/exporter/prometheus Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ val jmhVersion = "1.37"
34
34
val mockitoVersion = " 4.11.0"
35
35
val slf4jVersion = " 2.0.17"
36
36
val opencensusVersion = " 0.31.1"
37
- val prometheusServerVersion = " 1.3.8 "
37
+ val prometheusServerVersion = " 1.3.10 "
38
38
val armeriaVersion = " 1.32.5"
39
39
val junitVersion = " 5.12.2"
40
40
Original file line number Diff line number Diff line change 46
46
import io .opentelemetry .sdk .resources .Resource ;
47
47
import io .prometheus .metrics .exporter .httpserver .HTTPServer ;
48
48
import io .prometheus .metrics .exporter .httpserver .MetricsHandler ;
49
- import io .prometheus .metrics .expositionformats .generated .com_google_protobuf_4_31_0 .Metrics ;
49
+ import io .prometheus .metrics .expositionformats .generated .com_google_protobuf_4_31_1 .Metrics ;
50
50
import io .prometheus .metrics .model .registry .PrometheusRegistry ;
51
51
import java .io .ByteArrayInputStream ;
52
52
import java .io .IOException ;
You can’t perform that action at this time.
0 commit comments