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](https://github.com/detekt/detekt/commits)

Updates `io.gitlab.arturbosch.detekt:detekt-test` from 1.23.5 to 1.23.6
- [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
  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 Mar 25, 2024
1 parent e09b0dd commit 08103fe
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.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 08103fe

Please sign in to comment.