Skip to content

Commit

Permalink
Bumping SDK version (#267)
Browse files Browse the repository at this point in the history
* Removing large errors from logs and stack events

* Fixed broken test

* Bumping SDK version dependency.

A change was released to the CloudFormation SDK: aws/aws-sdk-java-v2@c42a949 which is needed to complete the AWS::CloudFormation::ResourceVersion PR (aws-cloudformation/aws-cloudformation-resource-providers-cloudformation#4) and it flows from this package.
  • Loading branch information
RJ Lohan authored May 29, 2020
1 parent 57ee197 commit c2c33d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<maven.compiler.target>1.8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<awssdk.version>2.10.49</awssdk.version>
<awssdk.version>2.13.18</awssdk.version>
<checkstyle.version>8.29</checkstyle.version>
<commons-io.version>2.6</commons-io.version>
<jackson.version>2.10.1</jackson.version>
Expand Down

0 comments on commit c2c33d9

Please sign in to comment.