Skip to content

Commit

Permalink
chore(deps): update plugin com.gradleup.shadow to v8.3.3 (detekt#7694)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 3, 2024
1 parent 90c96de commit 5125c8a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion detekt-cli/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import org.apache.tools.ant.filters.ReplaceTokens
import java.io.ByteArrayOutputStream

plugins {
id("com.gradleup.shadow") version "8.3.2"
id("com.gradleup.shadow") version "8.3.3"
id("module")
id("application")
}
Expand Down
2 changes: 1 addition & 1 deletion detekt-compiler-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ version = "$kotlinVersion-$detektVersion"

plugins {
id("module")
id("com.gradleup.shadow") version "8.3.2"
id("com.gradleup.shadow") version "8.3.3"
id("de.undercouch.download") version "5.6.0"
}

Expand Down
2 changes: 1 addition & 1 deletion detekt-generator/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id("com.gradleup.shadow") version "8.3.2"
id("com.gradleup.shadow") version "8.3.3"
id("module")
id("application")
}
Expand Down

0 comments on commit 5125c8a

Please # to comment.