Skip to content

Commit b03f51b

Browse files
authored
Update SDK codegen go module dependencies (#1251)
Updates the SDK's codegen Go module dependencies that are generated in to the API clients.
1 parent c5026e7 commit b03f51b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

codegen/smithy-aws-go-codegen/src/main/java/software/amazon/smithy/aws/go/codegen/AwsGoDependency.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,6 @@ protected static GoDependency module(
8484
}
8585

8686
private static final class Versions {
87-
private static final String AWS_SDK = "v1.3.2";
87+
private static final String AWS_SDK = "v1.4.0";
8888
}
8989
}

codegen/smithy-aws-go-codegen/src/main/java/software/amazon/smithy/aws/go/codegen/customization/AwsCustomGoDependency.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ private AwsCustomGoDependency() {
4848
}
4949

5050
private static final class Versions {
51-
private static final String INTERNAL_S3SHARED = "v1.2.2";
52-
private static final String INTERNAL_ACCEPTENCODING = "v1.0.4";
53-
private static final String INTERNAL_PRESIGNURL = "v1.0.6";
51+
private static final String INTERNAL_S3SHARED = "v1.2.3";
52+
private static final String INTERNAL_ACCEPTENCODING = "v1.0.5";
53+
private static final String INTERNAL_PRESIGNURL = "v1.0.7";
5454
}
5555
}

0 commit comments

Comments
 (0)