From 4633752645ab0153df19219d43ab793bf61d4cc6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Mar 2025 11:21:32 +0000 Subject: [PATCH] Bump com.autonomousapps:dependency-analysis-gradle-plugin Bumps the gradle group in /codegen with 1 update: [com.autonomousapps:dependency-analysis-gradle-plugin](https://github.com/autonomousapps/dependency-analysis-android-gradle-plugin). Updates `com.autonomousapps:dependency-analysis-gradle-plugin` from 2.10.1 to 2.11.0 - [Changelog](https://github.com/autonomousapps/dependency-analysis-gradle-plugin/blob/main/CHANGELOG.md) - [Commits](https://github.com/autonomousapps/dependency-analysis-android-gradle-plugin/compare/v2.10.1...v2.11.0) --- updated-dependencies: - dependency-name: com.autonomousapps:dependency-analysis-gradle-plugin dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle ... Signed-off-by: dependabot[bot] --- codegen/gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codegen/gradle/libs.versions.toml b/codegen/gradle/libs.versions.toml index d8d0481a7..8a1bc5ce1 100644 --- a/codegen/gradle/libs.versions.toml +++ b/codegen/gradle/libs.versions.toml @@ -5,7 +5,7 @@ test-logger-plugin = "4.0.0" spotbugs = "6.0.22" spotless = "7.0.2" smithy-gradle-plugins = "1.2.0" -dep-analysis = "2.10.1" +dep-analysis = "2.11.0" [libraries] smithy-model = { module = "software.amazon.smithy:smithy-model", version.ref = "smithy" }