From 6cf5aa8d3a2110bd6bc9e1777d0b374687396e06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 12:41:12 +0000 Subject: [PATCH] Bump aspect_rules_lint from 1.5.3 to 2.3.0 Bumps [aspect_rules_lint](https://github.com/aspect-build/rules_lint) from 1.5.3 to 2.3.0. - [Release notes](https://github.com/aspect-build/rules_lint/releases) - [Commits](https://github.com/aspect-build/rules_lint/compare/v1.5.3...v2.3.0) --- updated-dependencies: - dependency-name: aspect_rules_lint dependency-version: 2.3.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- MODULE.bazel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MODULE.bazel b/MODULE.bazel index a00fb691b93..6f000b2d2d4 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -58,7 +58,7 @@ bazel_dep(name = "buildifier_prebuilt", version = "8.2.0.2") # Generic linting and formatting rules # ############################################################################### -bazel_dep(name = "aspect_rules_lint", version = "1.5.3") +bazel_dep(name = "aspect_rules_lint", version = "2.3.0") ############################################################################### #