From f5f4458aeb5119cb3ee381461eccba084a83ff5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Apr 2024 14:19:51 -0400 Subject: [PATCH] Bump com.android.lint from 8.3.1 to 8.3.2 (#132) Bumps com.android.lint from 8.3.1 to 8.3.2. --- updated-dependencies: - dependency-name: com.android.lint dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 165b817..2330532 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -12,7 +12,7 @@ xmlutil = "0.86.3" [plugins] detekt = { id = "io.gitlab.arturbosch.detekt", version = "1.23.6" } dokka = { id = "org.jetbrains.dokka", version = "1.9.20" } -lint = { id = "com.android.lint", version = "8.3.1" } +lint = { id = "com.android.lint", version = "8.3.2" } mavenPublish = { id = "com.vanniktech.maven.publish", version = "0.28.0" } moshix = { id = "dev.zacsweers.moshix", version.ref = "moshix" } kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }