Skip to content

Commit

Permalink
chore(deps): update dependencyAnalysisPlugin to v2.1.1
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Package file | Manager | Update | Change |
|---|---|---|---|---|---|
|
[com.autonomousapps.dependency-analysis](https://github.com/autonomousapps/dependency-analysis-android-gradle-plugin)
| plugin | misk/gradle/libs.versions.toml | gradle | major | `1.29.0` ->
`2.1.1` |

GitOrigin-RevId: 86049e9c6a654b01630338ba726d0020e531bc7a
  • Loading branch information
rainecp authored and svc-squareup-copybara committed Oct 2, 2024
1 parent 2e5ba2b commit cdcdc2b
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ val doNotDetekt = listOf(
subprojects {
apply(plugin = "org.jetbrains.dokka")
apply(plugin = "io.gitlab.arturbosch.detekt")
apply(plugin = "com.autonomousapps.dependency-analysis")

if (name !in doNotDetekt) {
extensions.configure(DetektExtension::class) {
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ aws1 = "1.12.770"
aws2 = "2.27.14"
bucket4j = "8.8.0"
datadog = "1.38.1"
dependencyAnalysisPlugin = "1.29.0"
dependencyAnalysisPlugin = "2.1.1"
detekt = "1.23.6"
docker = "3.4.0"
flyway = "10.18.2"
Expand Down
1 change: 0 additions & 1 deletion misk-clustering/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ dependencies {
api(project(":wisp:wisp-config"))
api(project(":wisp:wisp-lease-testing"))
api(project(":misk-inject"))
implementation(libs.errorproneAnnotations)
implementation(libs.guice)
implementation(libs.kubernetesClient)
implementation(libs.kubernetesClientApi)
Expand Down
1 change: 0 additions & 1 deletion samples/exemplar/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ application {
}

dependencies {
implementation(libs.findbugsJsr305)
implementation(libs.guava)
implementation(libs.guice)
implementation(libs.jakartaInject)
Expand Down

0 comments on commit cdcdc2b

Please sign in to comment.