From 6d3193c528d646875f59d78c1c3ea2a91201243c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 20:43:16 +0000 Subject: [PATCH] Bump detekt-plugin from 1.23.6 to 1.23.7 in /native/kotlin Bumps `detekt-plugin` from 1.23.6 to 1.23.7. Updates `io.gitlab.arturbosch.detekt:detekt-formatting` from 1.23.6 to 1.23.7 - [Release notes](https://github.com/detekt/detekt/releases) - [Commits](https://github.com/detekt/detekt/compare/v1.23.6...v1.23.7) Updates `io.gitlab.arturbosch.detekt` from 1.23.6 to 1.23.7 - [Release notes](https://github.com/detekt/detekt/releases) - [Commits](https://github.com/detekt/detekt/compare/v1.23.6...v1.23.7) --- updated-dependencies: - dependency-name: io.gitlab.arturbosch.detekt:detekt-formatting dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.gitlab.arturbosch.detekt dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- native/kotlin/gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/native/kotlin/gradle/libs.versions.toml b/native/kotlin/gradle/libs.versions.toml index 2e74c9c8f..abe1c9c6b 100644 --- a/native/kotlin/gradle/libs.versions.toml +++ b/native/kotlin/gradle/libs.versions.toml @@ -9,7 +9,7 @@ androidx-material3 = "1.3.0-rc01" androidxTestRulesVersion = "1.6.1" androidxTestRunnerVersion = "1.6.2" compose-plugin = "1.6.11" -detekt-plugin = "1.23.6" +detekt-plugin = "1.23.7" jna = "5.14.0" junit = "4.13.2" koin = "4.0.0-RC2"