File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -260,7 +260,7 @@ tasks.withType<Checkstyle>().configureEach {
260
260
261
261
dependencies {
262
262
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 " )
264
264
testImplementation(" software.amazon.awssdk:ec2:2.17.191" )
265
265
testImplementation(" org.junit.jupiter:junit-jupiter-api:5.10.0" )
266
266
testImplementation(" org.junit.jupiter:junit-jupiter-engine:5.10.0" )
@@ -279,7 +279,7 @@ dependencies {
279
279
testImplementation(" com.zaxxer:HikariCP:4.0.3" )
280
280
testImplementation(" software.amazon.awssdk:secretsmanager:2.23.12" )
281
281
282
- implementation(" software.amazon.awssdk:rds:2.20.162 " )
282
+ implementation(" software.amazon.awssdk:rds:2.23.12 " )
283
283
implementation(" com.google.protobuf:protobuf-java:3.21.9" )
284
284
implementation(" com.mchange:c3p0:0.9.5.5" )
285
285
implementation(" org.javassist:javassist:3.28.0-GA" )
You can’t perform that action at this time.
0 commit comments