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.4 to 1.23.5
- [Release notes](https://github.com/detekt/detekt/releases)
- [Commits](detekt/detekt@v1.23.4...v1.23.5)

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

---
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 and BraisGabin committed Feb 1, 2024
1 parent 98cde9e commit d7477e4
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.4")
compileOnly("io.gitlab.arturbosch.detekt:detekt-api:1.23.5")

testImplementation("io.gitlab.arturbosch.detekt:detekt-test:1.23.4")
testImplementation("io.gitlab.arturbosch.detekt:detekt-test:1.23.5")
testImplementation("io.kotest:kotest-assertions-core:5.8.0")
testImplementation("org.junit.jupiter:junit-jupiter:5.10.1")
}
Expand Down

0 comments on commit d7477e4

Please sign in to comment.