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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 12, 2022
1 parent 706d239 commit 46d5cc4
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 @@ -10,7 +10,7 @@ plugins {
id("io.github.gradle-nexus.publish-plugin") version "1.1.0"
// we can not switch to 3.x.x because we want to keep it compatible with JVM 8
id("net.nemerosa.versioning") version "2.15.1"
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 46d5cc4

Please sign in to comment.