Skip to content

Commit

Permalink
update SDK codegen module depdencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jasdel committed Mar 13, 2021
1 parent 8a07d0a commit 5fd8fdd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,6 @@ protected static GoDependency module(
}

private static final class Versions {
private static final String AWS_SDK = "v1.2.0";
private static final String AWS_SDK = "v1.2.1";
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ private AwsCustomGoDependency() {
}

private static final class Versions {
private static final String INTERNAL_S3SHARED = "v1.0.0";
private static final String INTERNAL_ACCEPTENCODING = "v1.0.0";
private static final String INTERNAL_PRESIGNURL = "v1.0.0";
private static final String INTERNAL_S3SHARED = "v1.1.1";
private static final String INTERNAL_ACCEPTENCODING = "v1.0.2";
private static final String INTERNAL_PRESIGNURL = "v1.0.3";
}
}

0 comments on commit 5fd8fdd

Please sign in to comment.