From a011bec879d91e233e6e18daf9c295cfee088d37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 09:19:51 +0000 Subject: [PATCH] Bump gazelle from 0.44.0 to 0.47.0 Bumps [gazelle](https://github.com/bazel-contrib/bazel-gazelle) from 0.44.0 to 0.47.0. - [Release notes](https://github.com/bazel-contrib/bazel-gazelle/releases) - [Commits](https://github.com/bazel-contrib/bazel-gazelle/compare/v0.44.0...v0.47.0) --- updated-dependencies: - dependency-name: gazelle dependency-version: 0.47.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .../registry/modules/rules_dotnet/0.21.5-codeql.1/MODULE.bazel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/bazel/registry/modules/rules_dotnet/0.21.5-codeql.1/MODULE.bazel b/misc/bazel/registry/modules/rules_dotnet/0.21.5-codeql.1/MODULE.bazel index caaf52f2b9b9..467cef2cfa62 100644 --- a/misc/bazel/registry/modules/rules_dotnet/0.21.5-codeql.1/MODULE.bazel +++ b/misc/bazel/registry/modules/rules_dotnet/0.21.5-codeql.1/MODULE.bazel @@ -47,7 +47,7 @@ bazel_dep(name = "rules_shell", version = "0.5.0") # Dev dependencies bazel_dep(name = "rules_pkg", version = "1.1.0", dev_dependency = True) -bazel_dep(name = "gazelle", version = "0.44.0", dev_dependency = True, repo_name = "bazel_gazelle") +bazel_dep(name = "gazelle", version = "0.47.0", dev_dependency = True, repo_name = "bazel_gazelle") bazel_dep(name = "bazel_skylib_gazelle_plugin", version = "1.7.1", dev_dependency = True) bazel_dep(name = "rules_cc", version = "0.1.2", dev_dependency = True) bazel_dep(name = "rules_testing", version = "0.8.0", dev_dependency = True)