Skip to content

Commit

Permalink
fix(deps): update backend-patch to v1.23.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 14, 2024
1 parent d8bd886 commit 25bfc2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies {
testImplementation(kotlin("test-junit5"))
testRuntimeOnly("org.junit.jupiter", "junit-jupiter-engine", "5.10.3")

detektPlugins("io.gitlab.arturbosch.detekt:detekt-formatting:1.23.6")
detektPlugins("io.gitlab.arturbosch.detekt:detekt-formatting:1.23.7")
}

application {
Expand All @@ -58,7 +58,7 @@ java {
}

detekt {
toolVersion = "1.23.6"
toolVersion = "1.23.7"
source.setFrom("src/main/kotlin")
config.setFrom("$projectDir/config/detekt/detekt.yml")
}
Expand Down

0 comments on commit 25bfc2d

Please sign in to comment.