Skip to content

Commit e9d5db9

Browse files
committed
bumped versions
1 parent b2d22f1 commit e9d5db9

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

MODULE.bazel

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ module(
55
)
66

77
bazel_dep(name = "abseil-cpp", version = "20240722.0")
8-
bazel_dep(name = "aspect_bazel_lib", version = "2.9.2")
8+
bazel_dep(name = "aspect_bazel_lib", version = "2.9.3")
99
bazel_dep(name = "bazel_skylib", version = "1.7.1")
10-
bazel_dep(name = "boringssl", version = "0.20240930.0")
10+
bazel_dep(name = "boringssl", version = "0.20241024.0")
1111
bazel_dep(name = "curl", version = "8.8.0.bcr.1")
1212
bazel_dep(name = "depend_on_what_you_use", version = "0.5.0")
1313
bazel_dep(name = "google_benchmark", version = "1.8.5")
1414
bazel_dep(name = "googletest", version = "1.15.2")
15-
bazel_dep(name = "grpc", version = "1.66.0.bcr.2")
15+
bazel_dep(name = "grpc", version = "1.66.0.bcr.3")
1616
single_version_override(
1717
module_name = "grpc",
1818
patch_strip = 1,
@@ -33,7 +33,7 @@ bazel_dep(name = "rules_multitool", version = "0.13.0")
3333
# ERROR: Q:/b/u/c56xnmzt/external/protobuf+/src/google/protobuf/BUILD.bazel:462:11: Compiling src/google/protobuf/any_lite.cc [for tool] failed: undeclared inclusion(s) in rule '@@protobuf+//src/google/protobuf:protobuf_lite':
3434
# this rule is missing dependency declarations for the following files included by 'src/google/protobuf/any_lite.cc':
3535
# 'bazel-out/x64_windows-opt-exec-ST-d610928244b0/bin/external/protobuf+/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/port.h'
36-
bazel_dep(name = "protobuf", version = "29.0-rc1")
36+
bazel_dep(name = "protobuf", version = "29.0-rc2.bcr.1")
3737
bazel_dep(name = "opentelemetry-proto", version = "1.3.2")
3838
archive_override(
3939
module_name = "opentelemetry-proto",
@@ -67,7 +67,7 @@ use_repo(
6767
# '@com_google_protobuf_javalite//:protobuf_javalite' in attribute 'target' of tag 'override'.
6868
# Is the module 'grpc-java' missing a bazel_dep or use_repo(..., "com_google_protobuf_javalite")?.
6969
#
70-
bazel_dep(name = "grpc-java", version = "1.66.0")
70+
bazel_dep(name = "grpc-java", version = "1.67.1")
7171

7272
multitool = use_extension("@rules_multitool//multitool:extension.bzl", "multitool")
7373
multitool.hub(lockfile = "@otel_sdk//:multitool.lock.json")

multitool.lock.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,36 +4,36 @@
44
"binaries": [
55
{
66
"kind": "file",
7-
"url": "https://github.com/getsentry/sentry-cli/releases/download/2.37.0/sentry-cli-Linux-aarch64",
8-
"sha256": "801c3d783f8665200029f35edf2f7228e011cd3a154604c64382bf8d1bfa31e4",
7+
"url": "https://github.com/getsentry/sentry-cli/releases/download/2.38.1/sentry-cli-Linux-aarch64",
8+
"sha256": "ce056adc10cc15d16578d9d65cda98b1d1e97fca7fcc826772a13012495360e1",
99
"os": "linux",
1010
"cpu": "arm64"
1111
},
1212
{
1313
"kind": "file",
14-
"url": "https://github.com/getsentry/sentry-cli/releases/download/2.37.0/sentry-cli-Linux-x86_64",
15-
"sha256": "91453d7eec5a8d02f5e2cc216e811e147f5019b8877bfc3fb8f9dcc1ea80f086",
14+
"url": "https://github.com/getsentry/sentry-cli/releases/download/2.38.1/sentry-cli-Linux-x86_64",
15+
"sha256": "6d5a4a2d93040fba4d9cf01b7abf5e43ffc0a013555ec2aab6a9d62fd5393ddb",
1616
"os": "linux",
1717
"cpu": "x86_64"
1818
},
1919
{
2020
"kind": "file",
21-
"url": "https://github.com/getsentry/sentry-cli/releases/download/2.37.0/sentry-cli-Darwin-arm64",
22-
"sha256": "a936b57285f9123727af96a62dd271f8c0f544f07a50286ffb498c1a5fd0a4c8",
21+
"url": "https://github.com/getsentry/sentry-cli/releases/download/2.38.1/sentry-cli-Darwin-arm64",
22+
"sha256": "c1a2effc2605adf4fae6e2d586a89e28c8038016642ee72aca1214a422086787",
2323
"os": "macos",
2424
"cpu": "arm64"
2525
},
2626
{
2727
"kind": "file",
28-
"url": "https://github.com/getsentry/sentry-cli/releases/download/2.37.0/sentry-cli-Darwin-x86_64",
29-
"sha256": "f8659af646de4975c2b21254ecda589dc2f1b291acd696d9a475095044d9336a",
28+
"url": "https://github.com/getsentry/sentry-cli/releases/download/2.38.1/sentry-cli-Darwin-x86_64",
29+
"sha256": "a2222c24a2c252cbd3dbaaca3520ad3e0d83b743782078df9931c8828279735e",
3030
"os": "macos",
3131
"cpu": "x86_64"
3232
},
3333
{
3434
"kind": "file",
35-
"url": "https://github.com/getsentry/sentry-cli/releases/download/2.37.0/sentry-cli-Windows-x86_64.exe",
36-
"sha256": "e39ff87eb09b7d579cbacc2eeecbf0652edcfb29725f88182d1c40a30eeeda49",
35+
"url": "https://github.com/getsentry/sentry-cli/releases/download/2.38.1/sentry-cli-Windows-x86_64.exe",
36+
"sha256": "5f6e48b5111ba342f97babb2f97dc329c5e202e6f188cbbc8b8ab9bb368ee915",
3737
"os": "windows",
3838
"cpu": "x86_64"
3939
}

0 commit comments

Comments
 (0)