Skip to content

Commit

Permalink
chore: update aws ec2 dependency version
Browse files Browse the repository at this point in the history
  • Loading branch information
crystall-bitquill committed Oct 27, 2023
1 parent bf9b25c commit 3d038ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wrapper/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ dependencies {
testImplementation("org.springframework.boot:spring-boot-starter-jdbc:2.7.13") // 2.7.13 is the last version compatible with Java 8
testImplementation("org.mockito:mockito-inline:4.11.0") // 4.11.0 is the last version compatible with Java 8
testImplementation("software.amazon.awssdk:rds:2.21.7")
testImplementation("software.amazon.awssdk:ec2:2.21.3")
testImplementation("software.amazon.awssdk:ec2:2.21.10")
testImplementation("software.amazon.awssdk:secretsmanager:2.21.5")
testImplementation("org.testcontainers:testcontainers:1.19.1")
testImplementation("org.testcontainers:mysql:1.19.1")
Expand Down

0 comments on commit 3d038ef

Please sign in to comment.