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"
3434val mockitoVersion = " 4.11.0"
3535val slf4jVersion = " 2.0.17"
3636val opencensusVersion = " 0.31.1"
37- val prometheusServerVersion = " 1.3.8 "
37+ val prometheusServerVersion = " 1.3.10 "
3838val armeriaVersion = " 1.32.5"
3939val junitVersion = " 5.12.2"
4040
Original file line number Diff line number Diff line change 4646import io .opentelemetry .sdk .resources .Resource ;
4747import io .prometheus .metrics .exporter .httpserver .HTTPServer ;
4848import 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 ;
5050import io .prometheus .metrics .model .registry .PrometheusRegistry ;
5151import java .io .ByteArrayInputStream ;
5252import java .io .IOException ;
You can’t perform that action at this time.
0 commit comments