Skip to content

Commit 21529fa

Browse files
fix(deps): update prometheusserverversion to v1.3.5 (#6957)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jack Berg <[email protected]>
1 parent 0e6af66 commit 21529fa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

dependencyManagement/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ val mockitoVersion = "4.11.0"
3232
val slf4jVersion = "2.0.16"
3333
val opencensusVersion = "0.31.1"
3434
val prometheusClientVersion = "0.16.0"
35-
val prometheusServerVersion = "1.3.4"
35+
val prometheusServerVersion = "1.3.5"
3636

3737
val DEPENDENCIES = listOf(
3838
"com.google.auto.value:auto-value:${autoValueVersion}",

exporters/prometheus/src/test/java/io/opentelemetry/exporter/prometheus/PrometheusHttpServerTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@
4242
import io.opentelemetry.sdk.resources.Resource;
4343
import io.prometheus.metrics.exporter.httpserver.HTTPServer;
4444
import io.prometheus.metrics.exporter.httpserver.MetricsHandler;
45-
import io.prometheus.metrics.expositionformats.generated.com_google_protobuf_4_28_3.Metrics;
45+
import io.prometheus.metrics.expositionformats.generated.com_google_protobuf_4_29_1.Metrics;
4646
import io.prometheus.metrics.model.registry.PrometheusRegistry;
47-
import io.prometheus.metrics.shaded.com_google_protobuf_4_28_3.TextFormat;
47+
import io.prometheus.metrics.shaded.com_google_protobuf_4_29_1.TextFormat;
4848
import java.io.ByteArrayInputStream;
4949
import java.io.IOException;
5050
import java.net.ServerSocket;

0 commit comments

Comments
 (0)