File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
smithy-aws-python-codegen
smithy-python-codegen-test
smithy-python-protocol-test Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -9,5 +9,5 @@ extra["moduleName"] = "software.amazon.smithy.aws.python.codegen"
99
1010dependencies {
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}
Original file line number Diff line number Diff line change @@ -28,6 +28,6 @@ repositories {
2828
2929dependencies {
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}
Original file line number Diff line number Diff line change @@ -18,9 +18,9 @@ extra["displayName"] = "Smithy :: Python :: Codegen"
1818extra[" moduleName" ] = " software.amazon.smithy.python.codegen"
1919
2020dependencies {
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}
Original file line number Diff line number Diff line change @@ -28,5 +28,5 @@ repositories {
2828
2929dependencies {
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}
You can’t perform that action at this time.
0 commit comments