Skip to content

Commit

Permalink
[DBInstance] Add AllowMajorUpgrade on ModifyAfterCreate
Browse files Browse the repository at this point in the history
  • Loading branch information
dbbh committed Jan 2, 2024
1 parent ed0b753 commit 1a69dc0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion aws-rds-dbinstance/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,12 @@
<version>1.18.22</version>
<scope>provided</scope>
</dependency>

<!-- https://mvnrepository.com/artifact/software.amazon.awssdk/aws-query-protocol -->
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>aws-query-protocol</artifactId>
<version>2.20.138</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.assertj/assertj-core -->
<dependency>
<groupId>org.assertj</groupId>
Expand Down

0 comments on commit 1a69dc0

Please sign in to comment.