Skip to content

Commit

Permalink
Update dependency com.autonomousapps:dependency-analysis-gradle-plugi…
Browse files Browse the repository at this point in the history
…n to v2 (#161)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 23, 2025
1 parent 593db44 commit 38aadd4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
}

dependencies {
implementation("com.autonomousapps:dependency-analysis-gradle-plugin:1.33.0")
implementation("com.autonomousapps:dependency-analysis-gradle-plugin:2.7.0")
implementation("org.gradlex:java-module-dependencies:1.8")
implementation("org.gradlex:java-module-testing:1.5")
}
2 changes: 1 addition & 1 deletion samples/module-info-dsl/gradle/plugins/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
}

dependencies {
implementation("com.autonomousapps:dependency-analysis-gradle-plugin:1.33.0")
implementation("com.autonomousapps:dependency-analysis-gradle-plugin:2.7.0")
implementation("org.gradlex:java-module-dependencies:1.8")
implementation("org.gradlex:java-module-testing:1.5")
}

0 comments on commit 38aadd4

Please sign in to comment.