Skip to content

Commit 418a189

Browse files
Bump the detekt group with 2 updates
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] <[email protected]>
1 parent 4e8d5c3 commit 418a189

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ group = "com.github.ivy.explicit"
77
version = "0.0.1"
88

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

12-
testImplementation("io.gitlab.arturbosch.detekt:detekt-test:1.23.5")
12+
testImplementation("io.gitlab.arturbosch.detekt:detekt-test:1.23.6")
1313
testImplementation("io.kotest:kotest-assertions-core:5.8.1")
1414
testImplementation("org.junit.jupiter:junit-jupiter:5.10.2")
1515
}

0 commit comments

Comments
 (0)