Skip to content

Commit ad66807

Browse files
dependabot[bot]JordonPhillips
authored andcommitted
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](smithy-lang/smithy@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](smithy-lang/smithy@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](smithy-lang/smithy@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](smithy-lang/smithy@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](smithy-lang/smithy@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] <[email protected]>
1 parent 14c45e1 commit ad66807

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

codegen/smithy-aws-python-codegen/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ extra["moduleName"] = "software.amazon.smithy.aws.python.codegen"
99

1010
dependencies {
1111
implementation(project(":smithy-python-codegen"))
12-
implementation("software.amazon.smithy:smithy-aws-traits:1.52.0")
12+
implementation("software.amazon.smithy:smithy-aws-traits:1.52.1")
1313
}

codegen/smithy-python-codegen-test/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ repositories {
2828

2929
dependencies {
3030
implementation(project(":smithy-python-codegen"))
31-
implementation("software.amazon.smithy:smithy-waiters:1.52.0")
32-
implementation("software.amazon.smithy:smithy-protocol-test-traits:1.52.0")
31+
implementation("software.amazon.smithy:smithy-waiters:1.52.1")
32+
implementation("software.amazon.smithy:smithy-protocol-test-traits:1.52.1")
3333
}

codegen/smithy-python-codegen/build.gradle.kts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ extra["displayName"] = "Smithy :: Python :: Codegen"
1818
extra["moduleName"] = "software.amazon.smithy.python.codegen"
1919

2020
dependencies {
21-
api("software.amazon.smithy:smithy-codegen-core:1.52.0")
22-
implementation("software.amazon.smithy:smithy-waiters:1.52.0")
23-
implementation("software.amazon.smithy:smithy-protocol-test-traits:1.52.0")
21+
api("software.amazon.smithy:smithy-codegen-core:1.52.1")
22+
implementation("software.amazon.smithy:smithy-waiters:1.52.1")
23+
implementation("software.amazon.smithy:smithy-protocol-test-traits:1.52.1")
2424
// We have this because we're using RestJson1 as a 'generic' protocol.
25-
implementation("software.amazon.smithy:smithy-aws-traits:1.52.0")
25+
implementation("software.amazon.smithy:smithy-aws-traits:1.52.1")
2626
}

codegen/smithy-python-protocol-test/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ repositories {
2828

2929
dependencies {
3030
implementation(project(":smithy-python-codegen"))
31-
implementation("software.amazon.smithy:smithy-aws-protocol-tests:1.52.0")
31+
implementation("software.amazon.smithy:smithy-aws-protocol-tests:1.52.1")
3232
}

0 commit comments

Comments
 (0)