Skip to content

Commit

Permalink
Build(deps): Bump io.gitlab.arturbosch.detekt:detekt-gradle-plugin
Browse files Browse the repository at this point in the history
Bumps [io.gitlab.arturbosch.detekt:detekt-gradle-plugin](https://github.com/detekt/detekt) from 1.23.1 to 1.23.3.
- [Release notes](https://github.com/detekt/detekt/releases)
- [Commits](detekt/detekt@v1.23.1...v1.23.3)

---
updated-dependencies:
- dependency-name: io.gitlab.arturbosch.detekt:detekt-gradle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 1, 2023
1 parent f980861 commit a95d10f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ buildscript {
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:${kotlinVersion}"
classpath "org.jetbrains.kotlin:kotlin-serialization:${kotlinVersion}"
classpath 'com.github.spotbugs.snom:spotbugs-gradle-plugin:5.2.1'
classpath "io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.23.1"
classpath "io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.23.3"
classpath "org.jlleitschuh.gradle:ktlint-gradle:11.6.1"

// NOTE: Do not place your application dependencies here; they belong
Expand Down

0 comments on commit a95d10f

Please sign in to comment.