From 4a0a6610cec33dd9d4881bc994fc75e58cff0b09 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 26 Aug 2026 05:01:41 +0000 Subject: [PATCH] fix(deps): update dependency com.slack.lint.compose:compose-lint-checks to v1.5.5 --- 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 80fd40e3d..b5eff1807 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -72,7 +72,7 @@ thirdparty-bouncycastle-bcprov = { module = "org.bouncycastle:bcprov-jdk18on", v thirdparty-bouncycastle-bcutil = { module = "org.bouncycastle:bcutil-jdk18on", version.ref = "bouncycastle" } thirdparty-bouncycastle-bcpg = { module = "org.bouncycastle:bcpg-jdk18on", version.ref = "bouncycastle" } thirdparty-commons_codec = "commons-codec:commons-codec:1.22.1" -thirdparty-compose-lints = "com.slack.lint.compose:compose-lint-checks:1.5.4" +thirdparty-compose-lints = "com.slack.lint.compose:compose-lint-checks:1.5.5" thirdparty-fastscroll = "me.zhanghai.android.fastscroll:library:1.3.0" thirdparty-flowbinding-android = { module = "io.github.reactivecircus.flowbinding:flowbinding-android", version.ref = "flowbinding" } # JGit v7 upgrade also raises its minimum Java runtime requirements that we cannot satisfy on Android