From 9bab875ee3a6bd886cd0272ca1e15eca471fd62a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 10:22:39 +0000 Subject: [PATCH] Bump com.slack.lint.compose:compose-lint-checks from 1.3.1 to 1.4.1 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 f1739739b..4e2312bb1 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -68,7 +68,7 @@ chucker = "4.0.0" timber = "5.0.1" javapoet = "1.13.0" junit = "4.13.2" -lint-checks = "1.3.1" +lint-checks = "1.4.1" palantir-git = "3.1.0" flaker = "0.1.2" ktor = "2.3.12"