We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1c510e commit ab471f4Copy full SHA for ab471f4
build.gradle.kts
@@ -9,7 +9,7 @@ plugins {
9
kotlin("jvm") version kotlinVersion
10
id("com.diffplug.spotless") version "6.22.0"
11
id("org.springframework.boot") version "3.2.5" apply false
12
- id("io.gitlab.arturbosch.detekt") version "1.23.5"
+ id("io.gitlab.arturbosch.detekt") version "1.23.6"
13
id("pl.allegro.tech.build.axion-release") version "1.15.5"
14
id("org.jetbrains.kotlinx.kover") version "0.7.6"
15
`maven-publish`
@@ -165,7 +165,7 @@ val redisOMVersion = "0.9.1"
165
val kotlinCoroutinesCoreVersion = "1.7.3"
166
167
// Checks
168
-val detektVersion = "1.23.5"
+val detektVersion = "1.23.6"
169
170
// Tests
171
val jUnitBomVersion = "5.10.0"
0 commit comments