Skip to content

Commit

Permalink
Bump io.gitlab.arturbosch.detekt from 1.21.0 to 1.22.0
Browse files Browse the repository at this point in the history
Bumps [io.gitlab.arturbosch.detekt](https://github.com/detekt/detekt) from 1.21.0 to 1.22.0.
- [Release notes](https://github.com/detekt/detekt/releases)
- [Commits](detekt/detekt@v1.21.0...v1.22.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Feb 8, 2023
1 parent 1c1b0e8 commit 89fb8b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ plugins {
// 3.0.0 requires JVM 11, but we want to keep this compatible with JVM 8
id("net.nemerosa.versioning") version "2.15.1"
id("org.jetbrains.dokka") version "1.7.20"
id("io.gitlab.arturbosch.detekt") version "1.21.0"
id("io.gitlab.arturbosch.detekt") version "1.22.0"
}

group = "dev.forst"
Expand Down

0 comments on commit 89fb8b2

Please sign in to comment.