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.1 to 1.23.3
- [Release notes](https://github.com/detekt/detekt/releases)
- [Commits](detekt/detekt@v1.23.1...v1.23.3)

Updates `io.gitlab.arturbosch.detekt:detekt-test` from 1.23.1 to 1.23.3
- [Release notes](https://github.com/detekt/detekt/releases)
- [Commits](detekt/detekt@v1.23.1...v1.23.3)

---
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 Nov 6, 2023
1 parent 5cf5bda commit ad5327c
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.1")
compileOnly("io.gitlab.arturbosch.detekt:detekt-api:1.23.3")

testImplementation("io.gitlab.arturbosch.detekt:detekt-test:1.23.1")
testImplementation("io.gitlab.arturbosch.detekt:detekt-test:1.23.3")
testImplementation("io.kotest:kotest-assertions-core:5.8.0")
testImplementation("org.junit.jupiter:junit-jupiter:5.10.0")
}
Expand Down

0 comments on commit ad5327c

Please sign in to comment.