From 864b9cf13ed786b235216a3192643e316542091b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 5 Oct 2024 10:40:59 +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.3.1 to 1.4.1. - [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.3.1...1.4.1) --- updated-dependencies: - dependency-name: com.slack.lint.compose:compose-lint-checks 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 4aeefa7..cc6712e 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -18,7 +18,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.3.1" +slack-compose-lint-checks = "com.slack.lint.compose:compose-lint-checks:1.4.1" # Test dependencies androidx-compose-ui-test-junit4 = { module = "androidx.compose.ui:ui-test-junit4" }