Skip to content

Commit 22c22c0

Browse files
Bump the dependencies group with 7 updates
1 parent f37de6a commit 22c22c0

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

MODULE.bazel

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@ module(
33
version = "0.6.1-dev",
44
)
55

6-
bazel_dep(name = "abseil-cpp", version = "20250512.1", repo_name = "com_google_absl")
7-
bazel_dep(name = "fmt", version = "8.1.1", repo_name = "com_github_fmtlib_fmt")
8-
bazel_dep(name = "grpc", version = "1.74.1", repo_name = "com_github_grpc_grpc")
6+
bazel_dep(name = "abseil-cpp", version = "20250814.1", repo_name = "com_google_absl")
7+
bazel_dep(name = "fmt", version = "12.1.0", repo_name = "com_github_fmtlib_fmt")
8+
bazel_dep(name = "grpc", version = "1.76.0.bcr.1", repo_name = "com_github_grpc_grpc")
99
bazel_dep(name = "cpp-httplib", version = "0.22.0", repo_name = "com_github_httplib")
10-
bazel_dep(name = "protobuf", version = "32.0", repo_name = "com_google_protobuf")
11-
bazel_dep(name = "rules_cc", version = "0.2.2")
10+
bazel_dep(name = "protobuf", version = "33.2", repo_name = "com_google_protobuf")
11+
bazel_dep(name = "rules_cc", version = "0.2.16")
1212
bazel_dep(name = "skywalking-data-collect-protocol", version = "10.3.0", repo_name = "skywalking_data_collect_protocol")
13-
bazel_dep(name = "spdlog", version = "1.10.0", repo_name = "com_github_gabime_spdlog")
13+
bazel_dep(name = "spdlog", version = "1.16.0.bcr.2", repo_name = "com_github_gabime_spdlog")
1414

15-
bazel_dep(name = "googletest", version = "1.17.0", dev_dependency = True, repo_name = "com_google_googletest")
15+
bazel_dep(name = "googletest", version = "1.17.0.bcr.2", dev_dependency = True, repo_name = "com_google_googletest")
1616
bazel_dep(name = "hedron_compile_commands", dev_dependency = True)
1717
git_override(
1818
module_name = "hedron_compile_commands",

0 commit comments

Comments
 (0)