Skip to content

Commit

Permalink
build: bump detekt-gradle-plugin from 1.21.0 to 1.22.0 in /buildSrc
Browse files Browse the repository at this point in the history
Bumps [detekt-gradle-plugin](https:/detekt/detekt) from 1.21.0 to 1.22.0.
- [Release notes](https:/detekt/detekt/releases)
- [Commits](detekt/detekt@v1.21.0...v1.22.0)

---
updated-dependencies:
- dependency-name: io.gitlab.arturbosch.detekt:detekt-gradle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 22, 2022
1 parent f9659d8 commit 63f5293
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies {
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.10")
implementation("gradle.plugin.com.github.johnrengelman:shadow:7.1.2")
implementation("org.gradle:test-retry-gradle-plugin:1.4.1")
implementation("io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.21.0")
implementation("io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.22.0")
}

tasks {
Expand Down

0 comments on commit 63f5293

Please sign in to comment.