Skip to content

Commit d7ec047

Browse files
Bump the gradle group in /codegen with 2 updates
Bumps the gradle group in /codegen with 2 updates: [gradle-wrapper](https://github.com/gradle/gradle) and [com.autonomousapps:dependency-analysis-gradle-plugin](https://github.com/autonomousapps/dependency-analysis-android-gradle-plugin). Updates `gradle-wrapper` from 9.5.0 to 9.5.1 - [Release notes](https://github.com/gradle/gradle/releases) - [Commits](gradle/gradle@v9.5.0...v9.5.1) Updates `com.autonomousapps:dependency-analysis-gradle-plugin` from 3.10.0 to 3.11.0 - [Changelog](https://github.com/autonomousapps/dependency-analysis-gradle-plugin/blob/main/CHANGELOG.md) - [Commits](autonomousapps/dependency-analysis-gradle-plugin@v3.10.0...v3.11.0) --- updated-dependencies: - dependency-name: gradle-wrapper dependency-version: 9.5.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle - dependency-name: com.autonomousapps:dependency-analysis-gradle-plugin dependency-version: 3.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f5abe42 commit d7ec047

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

codegen/gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ test-logger-plugin = "4.0.0"
66
spotbugs = "6.0.22"
77
spotless = "8.4.0"
88
smithy-gradle-plugins = "1.4.0"
9-
dep-analysis = "3.10.0"
9+
dep-analysis = "3.11.0"
1010
jsoup = "1.22.1"
1111
commonmark = "0.17.0"
1212

codegen/gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-9.5.0-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.5.1-bin.zip
44
networkTimeout=10000
55
retries=0
66
retryBackOffMs=500

0 commit comments

Comments
 (0)