Skip to content

Commit

Permalink
Update detekt and kotlin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
arturbosch committed Nov 5, 2023
1 parent df4636c commit 6ef2858
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]
detekt = "1.23.1"
detekt = "1.23.3"
# Use -beta[.number] for pre-releases
detektIJ = "2.1.0"
detektIJ = "2.2.0"
assertj = "3.24.2"
junit5 = "5.10.0"
junit5Platform = "1.10.0"
Expand All @@ -18,7 +18,7 @@ junit-jupiter = { group = "org.junit.jupiter", name = "junit-jupiter", version.r
junit-platform = { group = "org.junit.platform", name = "junit-platform-launcher", version.ref = "junit5Platform" }

[plugins]
kotlin-jvm = "org.jetbrains.kotlin.jvm:1.9.10"
kotlin-jvm = "org.jetbrains.kotlin.jvm:1.9.20"
versions = "com.github.ben-manes.versions:0.48.0"
intellij = "org.jetbrains.intellij:1.15.0"
github-release = "com.github.breadmoirai.github-release:2.4.1"

0 comments on commit 6ef2858

Please sign in to comment.