Skip to content

Commit

Permalink
Bump the detekt group with 2 updates (#114)
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.6 to 1.23.7
- [Release notes](https://github.com/detekt/detekt/releases)
- [Commits](detekt/detekt@v1.23.6...v1.23.7)

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

---
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 9, 2024
1 parent 7435fa8 commit 9357017
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 = "org.example.detekt"
version = "1.0-SNAPSHOT"

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

testImplementation("io.gitlab.arturbosch.detekt:detekt-test:1.23.6")
testImplementation("io.gitlab.arturbosch.detekt:detekt-test:1.23.7")
testImplementation("io.kotest:kotest-assertions-core:5.9.1")
testImplementation("org.junit.jupiter:junit-jupiter:5.11.0")
}
Expand Down

0 comments on commit 9357017

Please sign in to comment.