File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed
smithy-aws-python-codegen
smithy-python-codegen-test
smithy-python-protocol-test Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ plugins {
2121 signing
2222 checkstyle
2323 jacoco
24- id(" com.github.spotbugs" ) version " 6.0.27 "
24+ id(" com.github.spotbugs" ) version " 6.1.0 "
2525 id(" io.codearte.nexus-staging" ) version " 0.30.0"
2626}
2727
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.53 .0" )
12+ implementation(" software.amazon.smithy:smithy-aws-traits:1.54 .0" )
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.53 .0" )
32- implementation(" software.amazon.smithy:smithy-protocol-test-traits:1.53 .0" )
31+ implementation(" software.amazon.smithy:smithy-waiters:1.54 .0" )
32+ implementation(" software.amazon.smithy:smithy-protocol-test-traits:1.54 .0" )
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.53 .0" )
22- implementation(" software.amazon.smithy:smithy-waiters:1.53 .0" )
23- implementation(" software.amazon.smithy:smithy-protocol-test-traits:1.53 .0" )
21+ api(" software.amazon.smithy:smithy-codegen-core:1.54 .0" )
22+ implementation(" software.amazon.smithy:smithy-waiters:1.54 .0" )
23+ implementation(" software.amazon.smithy:smithy-protocol-test-traits:1.54 .0" )
2424 // We have this because we're using RestJson1 as a 'generic' protocol.
25- implementation(" software.amazon.smithy:smithy-aws-traits:1.53 .0" )
25+ implementation(" software.amazon.smithy:smithy-aws-traits:1.54 .0" )
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.53 .0" )
31+ implementation(" software.amazon.smithy:smithy-aws-protocol-tests:1.54 .0" )
3232}
You can’t perform that action at this time.
0 commit comments