Skip to content

Commit

Permalink
Bump io.gitlab.arturbosch.detekt:detekt-api from 1.23.1 to 1.23.2
Browse files Browse the repository at this point in the history
Bumps [io.gitlab.arturbosch.detekt:detekt-api](https://github.com/detekt/detekt) from 1.23.1 to 1.23.2.
- [Release notes](https://github.com/detekt/detekt/releases)
- [Commits](https://github.com/detekt/detekt/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 31, 2023
1 parent 6399343 commit 03f981c
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 @@ group = "me.haroldmartin.detektrules"
version = "1.0-SNAPSHOT"

dependencies {
compileOnly("io.gitlab.arturbosch.detekt:detekt-api:1.23.1")
compileOnly("io.gitlab.arturbosch.detekt:detekt-api:1.23.2")

testImplementation("io.gitlab.arturbosch.detekt:detekt-test:1.23.1")
testImplementation("io.kotest:kotest-assertions-core:5.6.2")
Expand Down

0 comments on commit 03f981c

Please sign in to comment.