From 3611b636b5619002c29506b7b109440276bcbf13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 11:34:12 +0000 Subject: [PATCH] Bump the gradle group in /codegen with 6 updates Bumps the gradle group in /codegen with 6 updates: | Package | From | To | | --- | --- | --- | | com.github.spotbugs | `6.0.27` | `6.1.0` | | [software.amazon.smithy:smithy-codegen-core](https://github.com/smithy-lang/smithy) | `1.53.0` | `1.54.0` | | [software.amazon.smithy:smithy-waiters](https://github.com/smithy-lang/smithy) | `1.53.0` | `1.54.0` | | [software.amazon.smithy:smithy-protocol-test-traits](https://github.com/smithy-lang/smithy) | `1.53.0` | `1.54.0` | | [software.amazon.smithy:smithy-aws-traits](https://github.com/smithy-lang/smithy) | `1.53.0` | `1.54.0` | | [software.amazon.smithy:smithy-aws-protocol-tests](https://github.com/smithy-lang/smithy) | `1.53.0` | `1.54.0` | Updates `com.github.spotbugs` from 6.0.27 to 6.1.0 Updates `software.amazon.smithy:smithy-codegen-core` from 1.53.0 to 1.54.0 - [Release notes](https://github.com/smithy-lang/smithy/releases) - [Changelog](https://github.com/smithy-lang/smithy/blob/main/CHANGELOG.md) - [Commits](https://github.com/smithy-lang/smithy/compare/1.53.0...1.54.0) Updates `software.amazon.smithy:smithy-waiters` from 1.53.0 to 1.54.0 - [Release notes](https://github.com/smithy-lang/smithy/releases) - [Changelog](https://github.com/smithy-lang/smithy/blob/main/CHANGELOG.md) - [Commits](https://github.com/smithy-lang/smithy/compare/1.53.0...1.54.0) Updates `software.amazon.smithy:smithy-protocol-test-traits` from 1.53.0 to 1.54.0 - [Release notes](https://github.com/smithy-lang/smithy/releases) - [Changelog](https://github.com/smithy-lang/smithy/blob/main/CHANGELOG.md) - [Commits](https://github.com/smithy-lang/smithy/compare/1.53.0...1.54.0) Updates `software.amazon.smithy:smithy-aws-traits` from 1.53.0 to 1.54.0 - [Release notes](https://github.com/smithy-lang/smithy/releases) - [Changelog](https://github.com/smithy-lang/smithy/blob/main/CHANGELOG.md) - [Commits](https://github.com/smithy-lang/smithy/compare/1.53.0...1.54.0) Updates `software.amazon.smithy:smithy-aws-protocol-tests` from 1.53.0 to 1.54.0 - [Release notes](https://github.com/smithy-lang/smithy/releases) - [Changelog](https://github.com/smithy-lang/smithy/blob/main/CHANGELOG.md) - [Commits](https://github.com/smithy-lang/smithy/compare/1.53.0...1.54.0) --- updated-dependencies: - dependency-name: com.github.spotbugs dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle - dependency-name: software.amazon.smithy:smithy-codegen-core dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle - dependency-name: software.amazon.smithy:smithy-waiters dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle - dependency-name: software.amazon.smithy:smithy-protocol-test-traits dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle - dependency-name: software.amazon.smithy:smithy-aws-traits dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle - dependency-name: software.amazon.smithy:smithy-aws-protocol-tests dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle ... Signed-off-by: dependabot[bot] --- codegen/build.gradle.kts | 2 +- codegen/smithy-aws-python-codegen/build.gradle.kts | 2 +- codegen/smithy-python-codegen-test/build.gradle.kts | 4 ++-- codegen/smithy-python-codegen/build.gradle.kts | 8 ++++---- codegen/smithy-python-protocol-test/build.gradle.kts | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/codegen/build.gradle.kts b/codegen/build.gradle.kts index 032e04369..23ad42361 100644 --- a/codegen/build.gradle.kts +++ b/codegen/build.gradle.kts @@ -21,7 +21,7 @@ plugins { signing checkstyle jacoco - id("com.github.spotbugs") version "6.0.27" + id("com.github.spotbugs") version "6.1.0" id("io.codearte.nexus-staging") version "0.30.0" } diff --git a/codegen/smithy-aws-python-codegen/build.gradle.kts b/codegen/smithy-aws-python-codegen/build.gradle.kts index bce878e49..89fa2c36e 100644 --- a/codegen/smithy-aws-python-codegen/build.gradle.kts +++ b/codegen/smithy-aws-python-codegen/build.gradle.kts @@ -9,5 +9,5 @@ extra["moduleName"] = "software.amazon.smithy.aws.python.codegen" dependencies { implementation(project(":smithy-python-codegen")) - implementation("software.amazon.smithy:smithy-aws-traits:1.53.0") + implementation("software.amazon.smithy:smithy-aws-traits:1.54.0") } diff --git a/codegen/smithy-python-codegen-test/build.gradle.kts b/codegen/smithy-python-codegen-test/build.gradle.kts index 5fc9dea06..59b93bf7a 100644 --- a/codegen/smithy-python-codegen-test/build.gradle.kts +++ b/codegen/smithy-python-codegen-test/build.gradle.kts @@ -28,6 +28,6 @@ repositories { dependencies { implementation(project(":smithy-python-codegen")) - implementation("software.amazon.smithy:smithy-waiters:1.53.0") - implementation("software.amazon.smithy:smithy-protocol-test-traits:1.53.0") + implementation("software.amazon.smithy:smithy-waiters:1.54.0") + implementation("software.amazon.smithy:smithy-protocol-test-traits:1.54.0") } diff --git a/codegen/smithy-python-codegen/build.gradle.kts b/codegen/smithy-python-codegen/build.gradle.kts index dd19e8403..fdefb9436 100644 --- a/codegen/smithy-python-codegen/build.gradle.kts +++ b/codegen/smithy-python-codegen/build.gradle.kts @@ -18,9 +18,9 @@ extra["displayName"] = "Smithy :: Python :: Codegen" extra["moduleName"] = "software.amazon.smithy.python.codegen" dependencies { - api("software.amazon.smithy:smithy-codegen-core:1.53.0") - implementation("software.amazon.smithy:smithy-waiters:1.53.0") - implementation("software.amazon.smithy:smithy-protocol-test-traits:1.53.0") + api("software.amazon.smithy:smithy-codegen-core:1.54.0") + implementation("software.amazon.smithy:smithy-waiters:1.54.0") + implementation("software.amazon.smithy:smithy-protocol-test-traits:1.54.0") // We have this because we're using RestJson1 as a 'generic' protocol. - implementation("software.amazon.smithy:smithy-aws-traits:1.53.0") + implementation("software.amazon.smithy:smithy-aws-traits:1.54.0") } diff --git a/codegen/smithy-python-protocol-test/build.gradle.kts b/codegen/smithy-python-protocol-test/build.gradle.kts index 6e89580dd..6ccf1b490 100644 --- a/codegen/smithy-python-protocol-test/build.gradle.kts +++ b/codegen/smithy-python-protocol-test/build.gradle.kts @@ -28,5 +28,5 @@ repositories { dependencies { implementation(project(":smithy-python-codegen")) - implementation("software.amazon.smithy:smithy-aws-protocol-tests:1.53.0") + implementation("software.amazon.smithy:smithy-aws-protocol-tests:1.54.0") }