From a1ed8f3eadc21a174f429f37b846f621d825ebe4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Oct 2025 20:01:17 +0000 Subject: [PATCH] build(deps): bump android-lint from 31.3.2 to 31.13.0 Bumps `android-lint` from 31.3.2 to 31.13.0. Updates `com.android.tools.lint:lint` from 31.3.2 to 31.13.0 Updates `com.android.tools.lint:lint-api` from 31.3.2 to 31.13.0 Updates `com.android.tools.lint:lint-checks` from 31.3.2 to 31.13.0 Updates `com.android.tools.lint:lint-tests` from 31.3.2 to 31.13.0 Updates `com.android.tools:testutils` from 31.3.2 to 31.13.0 --- updated-dependencies: - dependency-name: com.android.tools.lint:lint dependency-version: 31.13.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.android.tools.lint:lint-api dependency-version: 31.13.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.android.tools.lint:lint-checks dependency-version: 31.13.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.android.tools.lint:lint-tests dependency-version: 31.13.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.android.tools:testutils dependency-version: 31.13.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index f4885496b15..8d8956b5167 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -2,7 +2,7 @@ # javalite, protoc and protobufjavautil versions should be in sync while updating and # it needs to match the protobuf version which grpc has transitive dependency on, which # needs to match the version of grpc that grpc-kotlin has a transitive dependency on. -android-lint = "31.3.2" +android-lint = "31.13.0" androidGradlePlugin = "8.6.1" androidx-core = "1.13.1" androidx-test-core = "1.5.0"