From e2707b2bf5e783b6ed401058d917b8651126724e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 11:50:14 +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.0` | `1.52.1` | | [software.amazon.smithy:smithy-waiters](https://github.com/smithy-lang/smithy) | `1.52.0` | `1.52.1` | | [software.amazon.smithy:smithy-protocol-test-traits](https://github.com/smithy-lang/smithy) | `1.52.0` | `1.52.1` | | [software.amazon.smithy:smithy-aws-traits](https://github.com/smithy-lang/smithy) | `1.52.0` | `1.52.1` | | [software.amazon.smithy:smithy-aws-protocol-tests](https://github.com/smithy-lang/smithy) | `1.52.0` | `1.52.1` | Updates `software.amazon.smithy:smithy-codegen-core` from 1.52.0 to 1.52.1 - [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.0...1.52.1) Updates `software.amazon.smithy:smithy-waiters` from 1.52.0 to 1.52.1 - [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.0...1.52.1) Updates `software.amazon.smithy:smithy-protocol-test-traits` from 1.52.0 to 1.52.1 - [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.0...1.52.1) Updates `software.amazon.smithy:smithy-aws-traits` from 1.52.0 to 1.52.1 - [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.0...1.52.1) Updates `software.amazon.smithy:smithy-aws-protocol-tests` from 1.52.0 to 1.52.1 - [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.0...1.52.1) --- updated-dependencies: - dependency-name: software.amazon.smithy:smithy-codegen-core dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle - dependency-name: software.amazon.smithy:smithy-waiters dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle - dependency-name: software.amazon.smithy:smithy-protocol-test-traits dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle - dependency-name: software.amazon.smithy:smithy-aws-traits dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle - dependency-name: software.amazon.smithy:smithy-aws-protocol-tests dependency-type: direct:production update-type: version-update:semver-patch 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 5671b6794..4e29f55b1 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.0") + implementation("software.amazon.smithy:smithy-aws-traits:1.52.1") } diff --git a/codegen/smithy-python-codegen-test/build.gradle.kts b/codegen/smithy-python-codegen-test/build.gradle.kts index a9ffefd6c..6d119da8c 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.0") - implementation("software.amazon.smithy:smithy-protocol-test-traits:1.52.0") + implementation("software.amazon.smithy:smithy-waiters:1.52.1") + implementation("software.amazon.smithy:smithy-protocol-test-traits:1.52.1") } diff --git a/codegen/smithy-python-codegen/build.gradle.kts b/codegen/smithy-python-codegen/build.gradle.kts index b868c9aee..810ea7184 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.0") - implementation("software.amazon.smithy:smithy-waiters:1.52.0") - implementation("software.amazon.smithy:smithy-protocol-test-traits:1.52.0") + 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") // We have this because we're using RestJson1 as a 'generic' protocol. - implementation("software.amazon.smithy:smithy-aws-traits:1.52.0") + implementation("software.amazon.smithy:smithy-aws-traits:1.52.1") } diff --git a/codegen/smithy-python-protocol-test/build.gradle.kts b/codegen/smithy-python-protocol-test/build.gradle.kts index 8cb7545bc..f89bdfc7b 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.0") + implementation("software.amazon.smithy:smithy-aws-protocol-tests:1.52.1") }