Skip to content

Commit

Permalink
chore: Bump software.amazon.awssdk:rds from 2.17.191 to 2.20.162 (#473)
Browse files Browse the repository at this point in the history
Bumps software.amazon.awssdk:rds from 2.17.191 to 2.20.162.

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 10, 2023
1 parent ec12d1b commit 9adfd5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ tasks.withType<Checkstyle>().configureEach {

dependencies {
testImplementation("org.apache.commons:commons-dbcp2:2.9.0")
testImplementation("software.amazon.awssdk:rds:2.17.191")
testImplementation("software.amazon.awssdk:rds:2.20.162")
testImplementation("software.amazon.awssdk:ec2:2.17.191")
testImplementation("org.junit.jupiter:junit-jupiter-api:5.8.2")
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.9.2")
Expand All @@ -279,7 +279,7 @@ dependencies {
testImplementation("com.zaxxer:HikariCP:4.0.3")
testImplementation("software.amazon.awssdk:secretsmanager:2.17.191")

implementation("software.amazon.awssdk:rds:2.17.191")
implementation("software.amazon.awssdk:rds:2.20.162")
implementation("com.google.protobuf:protobuf-java:3.19.1")
implementation("com.mchange:c3p0:0.9.5.5")
implementation("org.javassist:javassist:3.28.0-GA")
Expand Down

0 comments on commit 9adfd5e

Please sign in to comment.