Skip to content

Commit ab471f4

Browse files
committed
Update detekt version to 1.23.6
1 parent a1c510e commit ab471f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins {
99
kotlin("jvm") version kotlinVersion
1010
id("com.diffplug.spotless") version "6.22.0"
1111
id("org.springframework.boot") version "3.2.5" apply false
12-
id("io.gitlab.arturbosch.detekt") version "1.23.5"
12+
id("io.gitlab.arturbosch.detekt") version "1.23.6"
1313
id("pl.allegro.tech.build.axion-release") version "1.15.5"
1414
id("org.jetbrains.kotlinx.kover") version "0.7.6"
1515
`maven-publish`
@@ -165,7 +165,7 @@ val redisOMVersion = "0.9.1"
165165
val kotlinCoroutinesCoreVersion = "1.7.3"
166166

167167
// Checks
168-
val detektVersion = "1.23.5"
168+
val detektVersion = "1.23.6"
169169

170170
// Tests
171171
val jUnitBomVersion = "5.10.0"

0 commit comments

Comments
 (0)