From d754a4534ac8a9d9267ef24182915c2c411c29a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Jul 2022 07:14:31 +0000 Subject: [PATCH] chore(deps): bump io.gitlab.arturbosch.detekt from 1.20.0 to 1.21.0 Bumps [io.gitlab.arturbosch.detekt](https://github.com/detekt/detekt) from 1.20.0 to 1.21.0. - [Release notes](https://github.com/detekt/detekt/releases) - [Commits](https://github.com/detekt/detekt/compare/v1.20.0...v1.21.0) --- updated-dependencies: - dependency-name: io.gitlab.arturbosch.detekt dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 9153af8..31f7fc4 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -17,7 +17,7 @@ plugins { // Gradle Qodana Plugin id("org.jetbrains.qodana") version "0.1.13" // detekt linter - read more: https://detekt.github.io/detekt/gradle.html - id("io.gitlab.arturbosch.detekt") version "1.20.0" + id("io.gitlab.arturbosch.detekt") version "1.21.0" // ktlint linter - read more: https://github.com/JLLeitschuh/ktlint-gradle id("org.jlleitschuh.gradle.ktlint") version "10.3.0"