Skip to content

Commit

Permalink
Detekt 1.23.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
ychescale9 committed Jan 31, 2024
1 parent 2d70a8e commit e98bf99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ tasks.withType<Test>().configureEach {
configurations.configureEach {
resolutionStrategy.eachDependency {
if (this@configureEach.name == "detekt" && requested.group == "org.jetbrains.kotlin") {
useVersion("1.9.21")
useVersion("1.9.22")
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jib = "3.4.0"
ktor = "2.3.8"
dgsBom = "8.2.4"
dgsCodegen = "6.1.4"
detekt = "1.23.4"
detekt = "1.23.5"
apacheCommonsText = "1.11.0"
apacheCommonsLang3 = "3.14.0"
apacheCommonsNet = "3.10.0"
Expand Down

0 comments on commit e98bf99

Please sign in to comment.