From 96920e52b89d5088e5b337e77e49517fbeb04091 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 07:14:30 +0000 Subject: [PATCH] chore(deps): Bump com.slack.lint.compose:compose-lint-checks Bumps [com.slack.lint.compose:compose-lint-checks](https://github.com/slackhq/compose-lints) from 1.4.1 to 1.4.2. - [Release notes](https://github.com/slackhq/compose-lints/releases) - [Changelog](https://github.com/slackhq/compose-lints/blob/main/CHANGELOG.md) - [Commits](https://github.com/slackhq/compose-lints/compare/1.4.1...1.4.2) --- updated-dependencies: - dependency-name: com.slack.lint.compose:compose-lint-checks dependency-type: direct:production update-type: version-update:semver-patch ... 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 d7b1f72..db3c4bd 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -17,7 +17,7 @@ androidx-compose-runtime = { module = "androidx.compose.runtime:runtime" } androidx-compose-ui = { module = "androidx.compose.ui:ui" } androidx-compose-ui-tooling = { module = "androidx.compose.ui:ui-tooling" } androidx-compose-ui-tooling-preview = { module = "androidx.compose.ui:ui-tooling-preview" } -slack-compose-lint-checks = "com.slack.lint.compose:compose-lint-checks:1.4.1" +slack-compose-lint-checks = "com.slack.lint.compose:compose-lint-checks:1.4.2" # Test dependencies androidx-compose-ui-test-junit4 = { module = "androidx.compose.ui:ui-test-junit4" }