Skip to content

Commit

Permalink
chore: Bump software.amazon.awssdk:ec2 from 2.25.1 to 2.27.21
Browse files Browse the repository at this point in the history
Bumps software.amazon.awssdk:ec2 from 2.25.1 to 2.27.21.

---
updated-dependencies:
- dependency-name: software.amazon.awssdk:ec2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 9, 2024
1 parent 747cfb6 commit 4605b6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ tasks.withType<Checkstyle>().configureEach {
dependencies {
testImplementation("org.apache.commons:commons-dbcp2:2.9.0")
testImplementation("software.amazon.awssdk:rds:2.25.1")
testImplementation("software.amazon.awssdk:ec2:2.25.1")
testImplementation("software.amazon.awssdk:ec2:2.27.21")
testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.0")
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.10.0")
testImplementation("org.junit.platform:junit-platform-commons:1.10.2")
Expand Down

0 comments on commit 4605b6c

Please sign in to comment.