Skip to content

Commit

Permalink
Bump the all group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the all group with 2 updates: de.fayard.refreshVersions and [io.gitlab.arturbosch.detekt](https://github.com/detekt/detekt).


Updates `de.fayard.refreshVersions` from 0.60.3 to 0.60.4

Updates `io.gitlab.arturbosch.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: de.fayard.refreshVersions
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: io.gitlab.arturbosch.detekt
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 1, 2024
1 parent 2f7275e commit 816d12a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ android-library = { id = "com.android.library", version.ref = "android-gradle-pl

kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }

detekt = { id = "io.gitlab.arturbosch.detekt", version = "1.23.4" }
detekt = { id = "io.gitlab.arturbosch.detekt", version = "1.23.5" }

dokka = { id = "org.jetbrains.dokka", version.ref = "dokka" }

Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pluginManagement {
}

plugins {
id("de.fayard.refreshVersions") version "0.60.3"
id("de.fayard.refreshVersions") version "0.60.4"
}

dependencyResolutionManagement {
Expand Down

0 comments on commit 816d12a

Please sign in to comment.