Skip to content

Commit

Permalink
update aws::rds sdk version (#58)
Browse files Browse the repository at this point in the history
Co-authored-by: Alexandre Rojkov <rojkova@amazon.com>
  • Loading branch information
carojkov and Alexandre Rojkov authored Jul 6, 2021
1 parent f83f7c4 commit d232c5f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion aws-rds-globalcluster/.rpdk-config
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"artifact_type": "RESOURCE",
"typeName": "AWS::RDS::GlobalCluster",
"language": "java",
"runtime": "java8",
Expand All @@ -13,5 +14,6 @@
],
"codegen_template_path": "guided_aws",
"protocolVersion": "2.0.0"
}
},
"executableEntrypoint": "software.amazon.rds.globalcluster.HandlerWrapperExecutable"
}
2 changes: 1 addition & 1 deletion aws-rds-globalcluster/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>rds</artifactId>
<version>2.10.70</version>
<version>2.16.95</version>
</dependency>
<!-- https://mvnrepository.com/artifact/software.amazon.cloudformation/aws-cloudformation-rpdk-java-plugin -->
<dependency>
Expand Down

0 comments on commit d232c5f

Please sign in to comment.