Skip to content

Commit

Permalink
Bump detekt from 1.23.4 to 1.23.5 (#1868)
Browse files Browse the repository at this point in the history
Bumps `detekt` from 1.23.4 to 1.23.5.

Updates `io.gitlab.arturbosch.detekt:detekt-gradle-plugin` from 1.23.4 to 1.23.5
- [Release notes](https://github.com/detekt/detekt/releases)
- [Commits](https://github.com/detekt/detekt/commits)

Updates `io.gitlab.arturbosch.detekt:detekt-formatting` from 1.23.4 to 1.23.5
- [Release notes](https://github.com/detekt/detekt/releases)
- [Commits](https://github.com/detekt/detekt/commits)

Updates `io.gitlab.arturbosch.detekt:detekt-rules-libraries` from 1.23.4 to 1.23.5
- [Release notes](https://github.com/detekt/detekt/releases)
- [Commits](https://github.com/detekt/detekt/commits)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 31, 2024
1 parent ba10edd commit a760fad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ androidPlugin = "8.2.2"
lint = "31.2.2" # android plugin, lint and sdk-common need to be updated together
androidSdkCommon = "31.2.2" # if the Gradle plugin version is X.Y.Z, then the lint version is (X+23).Y.Z.

detekt = "1.23.4"
detekt = "1.23.5"
lifecycle = "2.7.0"
threeTenAbp = "1.4.5"
androidXJunit = "1.1.5"
Expand Down

0 comments on commit a760fad

Please sign in to comment.