Skip to content

Commit 75b93f6

Browse files
chore: Bump software.amazon.awssdk:rds from 2.20.162 to 2.23.12 (#546)
Bumps software.amazon.awssdk:rds from 2.20.162 to 2.23.12. --- updated-dependencies: - dependency-name: software.amazon.awssdk:rds dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7bdf3e5 commit 75b93f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ tasks.withType<Checkstyle>().configureEach {
260260

261261
dependencies {
262262
testImplementation("org.apache.commons:commons-dbcp2:2.9.0")
263-
testImplementation("software.amazon.awssdk:rds:2.20.162")
263+
testImplementation("software.amazon.awssdk:rds:2.23.12")
264264
testImplementation("software.amazon.awssdk:ec2:2.17.191")
265265
testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.0")
266266
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.10.0")
@@ -279,7 +279,7 @@ dependencies {
279279
testImplementation("com.zaxxer:HikariCP:4.0.3")
280280
testImplementation("software.amazon.awssdk:secretsmanager:2.23.12")
281281

282-
implementation("software.amazon.awssdk:rds:2.20.162")
282+
implementation("software.amazon.awssdk:rds:2.23.12")
283283
implementation("com.google.protobuf:protobuf-java:3.21.9")
284284
implementation("com.mchange:c3p0:0.9.5.5")
285285
implementation("org.javassist:javassist:3.28.0-GA")

0 commit comments

Comments
 (0)