Skip to content

Commit 540342d

Browse files
authored
Merge pull request #530 from malkia/renovate/all-minor-and-patch-dependencies
Update all minor and patch dependencies
2 parents 740d843 + 7e128bc commit 540342d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ archive_override(
4545
)
4646

4747
bazel_dep(name = "protobuf", version = "33.0")
48-
bazel_dep(name = "opentelemetry-proto", version = "1.7.0")
48+
bazel_dep(name = "opentelemetry-proto", version = "1.8.0")
4949
bazel_dep(name = "prometheus-cpp", version = "1.3.0.bcr.2")
5050
bazel_dep(name = "civetweb", version = "1.16.bcr.3")
5151

functional/otlp/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Copyright The OpenTelemetry Authors
22
# SPDX-License-Identifier: Apache-2.0
33

4-
FROM otel/opentelemetry-collector:0.137.0@sha256:089a8b3c81d328a190f6f0740b30c15b0c7f1f2cfeadeb810355574d5158b31c
4+
FROM otel/opentelemetry-collector:0.138.0@sha256:56951db9579bf00d3f32a4e934e19548183a86c14640798502bcd4c225976ea6
55
COPY . .
66
CMD ["--config", "/otel-cpp/otel-config.yaml"]
77
EXPOSE 4317

x/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ archive_override(
4949
)
5050

5151
bazel_dep(name = "protobuf", version = "33.0")
52-
bazel_dep(name = "opentelemetry-proto", version = "1.7.0")
52+
bazel_dep(name = "opentelemetry-proto", version = "1.8.0")
5353
bazel_dep(name = "prometheus-cpp", version = "1.3.0.bcr.2")
5454
bazel_dep(name = "civetweb", version = "1.16.bcr.3")
5555

0 commit comments

Comments
 (0)