Skip to content

Commit

Permalink
Merge pull request #1019 from embrace-io/dependabot/gradle/io.gitlab.…
Browse files Browse the repository at this point in the history
…arturbosch.detekt-detekt-gradle-plugin-1.23.6

build(deps): bump io.gitlab.arturbosch.detekt:detekt-gradle-plugin from 1.23.0 to 1.23.6
  • Loading branch information
fractalwrench authored Jul 2, 2024
2 parents 45dea74 + 29c9ff1 commit 9cf7014
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies {

// NOTE: when updating any of these keep in sync with buildSrc/src/main/kotlin/io/embrace/gradle/Versions.kt
implementation("com.android.tools.build:gradle:8.3.2")
implementation("io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.23.0")
implementation("io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.23.6")
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.21")
implementation("org.jetbrains.kotlinx:binary-compatibility-validator:0.14.0")
implementation("org.jetbrains.kotlinx:kover-gradle-plugin:0.8.1")
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]

detektGradlePlugin = "1.23.0"
detektGradlePlugin = "1.23.6"
junit = "4.13.2"
kotlinExposed = "1.4.32"
dokka = "1.9.10"
Expand Down

0 comments on commit 9cf7014

Please sign in to comment.