Skip to content

Commit

Permalink
Bump io.gitlab.arturbosch.detekt:detekt-formatting from 1.23.4 to 1.23.5
Browse files Browse the repository at this point in the history
Bumps [io.gitlab.arturbosch.detekt:detekt-formatting](https://github.com/detekt/detekt) from 1.23.4 to 1.23.5.
- [Release notes](https://github.com/detekt/detekt/releases)
- [Commits](detekt/detekt@v1.23.4...v1.23.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Feb 5, 2024
1 parent 2907338 commit 35b4f5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion qr-code-svg/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies {
implementation("org.apache.xmlgraphics:batik-svggen:1.17")
runtimeOnly("org.apache.xmlgraphics:batik-codec:1.17")

detektPlugins("io.gitlab.arturbosch.detekt:detekt-formatting:1.23.4")
detektPlugins("io.gitlab.arturbosch.detekt:detekt-formatting:1.23.5")

testImplementation("com.willowtreeapps.assertk:assertk:0.28.0")
testImplementation("org.jetbrains.kotlin:kotlin-test-junit5:1.9.22")
Expand Down
2 changes: 1 addition & 1 deletion qr-code/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ repositories {
dependencies {
implementation("com.google.zxing:core:3.5.2")

detektPlugins("io.gitlab.arturbosch.detekt:detekt-formatting:1.23.4")
detektPlugins("io.gitlab.arturbosch.detekt:detekt-formatting:1.23.5")

testImplementation("com.google.zxing:javase:3.5.2")
testImplementation("com.willowtreeapps.assertk:assertk:0.28.0")
Expand Down

0 comments on commit 35b4f5d

Please sign in to comment.