From 70052a6da6b9e049fc7fa9e30b043ee5eeeb73e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 11:23:36 +0000 Subject: [PATCH] Bump the gradle group in /codegen with 5 updates Bumps the gradle group in /codegen with 5 updates: | Package | From | To | | --- | --- | --- | | [software.amazon.smithy:smithy-codegen-core](https://github.com/smithy-lang/smithy) | `1.52.1` | `1.53.0` | | [software.amazon.smithy:smithy-waiters](https://github.com/smithy-lang/smithy) | `1.52.1` | `1.53.0` | | [software.amazon.smithy:smithy-protocol-test-traits](https://github.com/smithy-lang/smithy) | `1.52.1` | `1.53.0` | | [software.amazon.smithy:smithy-aws-traits](https://github.com/smithy-lang/smithy) | `1.52.1` | `1.53.0` | | [software.amazon.smithy:smithy-aws-protocol-tests](https://github.com/smithy-lang/smithy) | `1.52.1` | `1.53.0` | Updates `software.amazon.smithy:smithy-codegen-core` from 1.52.1 to 1.53.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.52.1...1.53.0) Updates `software.amazon.smithy:smithy-waiters` from 1.52.1 to 1.53.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.52.1...1.53.0) Updates `software.amazon.smithy:smithy-protocol-test-traits` from 1.52.1 to 1.53.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.52.1...1.53.0) Updates `software.amazon.smithy:smithy-aws-traits` from 1.52.1 to 1.53.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.52.1...1.53.0) Updates `software.amazon.smithy:smithy-aws-protocol-tests` from 1.52.1 to 1.53.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.52.1...1.53.0) --- updated-dependencies: - 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/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 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/codegen/smithy-aws-python-codegen/build.gradle.kts b/codegen/smithy-aws-python-codegen/build.gradle.kts index 4e29f55b1..bce878e49 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.52.1") + implementation("software.amazon.smithy:smithy-aws-traits:1.53.0") } diff --git a/codegen/smithy-python-codegen-test/build.gradle.kts b/codegen/smithy-python-codegen-test/build.gradle.kts index 6d119da8c..5fc9dea06 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.52.1") - implementation("software.amazon.smithy:smithy-protocol-test-traits:1.52.1") + implementation("software.amazon.smithy:smithy-waiters:1.53.0") + implementation("software.amazon.smithy:smithy-protocol-test-traits:1.53.0") } diff --git a/codegen/smithy-python-codegen/build.gradle.kts b/codegen/smithy-python-codegen/build.gradle.kts index 810ea7184..dd19e8403 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.52.1") - implementation("software.amazon.smithy:smithy-waiters:1.52.1") - implementation("software.amazon.smithy:smithy-protocol-test-traits:1.52.1") + 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") // We have this because we're using RestJson1 as a 'generic' protocol. - implementation("software.amazon.smithy:smithy-aws-traits:1.52.1") + implementation("software.amazon.smithy:smithy-aws-traits:1.53.0") } diff --git a/codegen/smithy-python-protocol-test/build.gradle.kts b/codegen/smithy-python-protocol-test/build.gradle.kts index f89bdfc7b..6e89580dd 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.52.1") + implementation("software.amazon.smithy:smithy-aws-protocol-tests:1.53.0") }