From ac8dc6094b0f8a992ece2936f5642fe33342ddbd Mon Sep 17 00:00:00 2001 From: Zoey Greer Date: Tue, 17 Sep 2024 08:17:19 -0700 Subject: [PATCH] Use `//:well_known_type_protos` instead of `//:well_known_protos` as per deprecation warning (#18237) Closes #18237 COPYBARA_INTEGRATE_REVIEW=https://github.com/protocolbuffers/protobuf/pull/18237 from tempoz:tempoz-fix-deprecated-use-of-well-known-protos 0aecd01032556936f608cc41ed853b4c47ad0263 PiperOrigin-RevId: 675574418 --- csharp/compatibility_tests/v3.0.0/BUILD.bazel | 2 +- editions/BUILD | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/csharp/compatibility_tests/v3.0.0/BUILD.bazel b/csharp/compatibility_tests/v3.0.0/BUILD.bazel index f7c1b26666..ae5d92da38 100644 --- a/csharp/compatibility_tests/v3.0.0/BUILD.bazel +++ b/csharp/compatibility_tests/v3.0.0/BUILD.bazel @@ -10,7 +10,7 @@ inline_sh_test( "src/**/*.cs*", # .cs and .csproj "protos/**/*.proto", ]) + [ - "//:well_known_protos", + "//:well_known_type_protos", "//csharp:srcs", ], ) diff --git a/editions/BUILD b/editions/BUILD index 015efc728e..21aba6657d 100644 --- a/editions/BUILD +++ b/editions/BUILD @@ -250,7 +250,7 @@ internal_php_proto_library( "golden", "src", ], - proto_deps = ["//:well_known_protos"], + proto_deps = ["//:well_known_type_protos"], visibility = ["//conformance:__pkg__"], )