Skip to content

Commit

Permalink
Bump com.autonomousapps:dependency-analysis-gradle-plugin (#120)
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 1.32.0 to 1.33.0.
- [Changelog](https://github.com/autonomousapps/dependency-analysis-gradle-plugin/blob/main/CHANGELOG.md)
- [Commits](autonomousapps/dependency-analysis-gradle-plugin@v1.32.0...v1.33.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] committed Aug 19, 2024
1 parent 4f0642f commit e577180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies {
implementation("org.ow2.asm:asm:9.7")

compileOnly("org.gradlex:extra-java-module-info:1.8")
compileOnly("com.autonomousapps:dependency-analysis-gradle-plugin:1.32.0")
compileOnly("com.autonomousapps:dependency-analysis-gradle-plugin:1.33.0")

testImplementation("org.spockframework:spock-core:2.1-groovy-3.0")
testImplementation("org.gradle.exemplar:samples-check:1.0.2")
Expand Down

0 comments on commit e577180

Please sign in to comment.