Skip to content

Commit

Permalink
Bump com.autonomousapps:dependency-analysis-gradle-plugin (#65)
Browse files Browse the repository at this point in the history
Bumps [com.autonomousapps:dependency-analysis-gradle-plugin](https://github.com/autonomousapps/dependency-analysis-android-gradle-plugin) from 2.4.2 to 2.5.0.
- [Changelog](https://github.com/autonomousapps/dependency-analysis-gradle-plugin/blob/main/CHANGELOG.md)
- [Commits](autonomousapps/dependency-analysis-gradle-plugin@v2.4.2...v2.5.0)

---
updated-dependencies:
- dependency-name: com.autonomousapps:dependency-analysis-gradle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Nov 22, 2024
1 parent e859622 commit d1c5b74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/plugins/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins { `kotlin-dsl` }
repositories { gradlePluginPortal() }

dependencies {
implementation("com.autonomousapps:dependency-analysis-gradle-plugin:2.4.2")
implementation("com.autonomousapps:dependency-analysis-gradle-plugin:2.5.0")
implementation("com.diffplug.spotless:spotless-plugin-gradle:6.25.0")
implementation("com.gradle:develocity-gradle-plugin:3.18.2")
implementation("io.fuchs.gradle.classpath-collision-detector:classpath-collision-detector:1.0.0")
Expand Down

0 comments on commit d1c5b74

Please sign in to comment.