Skip to content

Commit

Permalink
Bump the detekt group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the detekt group with 2 updates: [io.gitlab.arturbosch.detekt:detekt-api](https://github.com/detekt/detekt) and [io.gitlab.arturbosch.detekt:detekt-test](https://github.com/detekt/detekt).


Updates `io.gitlab.arturbosch.detekt:detekt-api` from 1.23.5 to 1.23.6
- [Release notes](https://github.com/detekt/detekt/releases)
- [Commits](detekt/detekt@v1.23.5...v1.23.6)

Updates `io.gitlab.arturbosch.detekt:detekt-test` from 1.23.5 to 1.23.6
- [Release notes](https://github.com/detekt/detekt/releases)
- [Commits](detekt/detekt@v1.23.5...v1.23.6)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 28, 2024
1 parent 1178083 commit 0e26173
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ group = "com.github.ivy.explicit"
version = "0.0.1"

dependencies {
compileOnly("io.gitlab.arturbosch.detekt:detekt-api:1.23.5")
compileOnly("io.gitlab.arturbosch.detekt:detekt-api:1.23.6")

testImplementation("io.gitlab.arturbosch.detekt:detekt-test:1.23.5")
testImplementation("io.gitlab.arturbosch.detekt:detekt-test:1.23.6")
testImplementation("io.kotest:kotest-assertions-core:5.8.1")
testImplementation("org.junit.jupiter:junit-jupiter:5.10.2")
}
Expand Down

0 comments on commit 0e26173

Please sign in to comment.