File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
examples/AWSDriverExample Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ dependencies {
1919 implementation(" org.postgresql:postgresql:42.5.4" )
2020 implementation(" mysql:mysql-connector-java:8.0.33" )
2121 implementation(" software.amazon.awssdk:rds:2.20.154" )
22- implementation(" software.amazon.awssdk:secretsmanager:2.20.150 " )
22+ implementation(" software.amazon.awssdk:secretsmanager:2.20.154 " )
2323 implementation(" com.fasterxml.jackson.core:jackson-databind:2.15.2" )
2424 implementation(project(" :aws-advanced-jdbc-wrapper" ))
2525}
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ dependencies {
3030 implementation(" org.checkerframework:checker-qual:3.38.0" )
3131 compileOnly(" software.amazon.awssdk:rds:2.20.154" )
3232 compileOnly(" com.zaxxer:HikariCP:4.0.3" ) // Version 4.+ is compatible with Java 8
33- compileOnly(" software.amazon.awssdk:secretsmanager:2.20.150 " )
33+ compileOnly(" software.amazon.awssdk:secretsmanager:2.20.154 " )
3434 compileOnly(" com.fasterxml.jackson.core:jackson-databind:2.15.2" )
3535 compileOnly(" mysql:mysql-connector-java:8.0.33" )
3636 compileOnly(" org.postgresql:postgresql:42.5.0" )
@@ -54,7 +54,7 @@ dependencies {
5454 testImplementation(" org.mockito:mockito-inline:4.11.0" ) // 4.11.0 is the last version compatible with Java 8
5555 testImplementation(" software.amazon.awssdk:rds:2.20.154" )
5656 testImplementation(" software.amazon.awssdk:ec2:2.20.105" )
57- testImplementation(" software.amazon.awssdk:secretsmanager:2.20.150 " )
57+ testImplementation(" software.amazon.awssdk:secretsmanager:2.20.154 " )
5858 testImplementation(" org.testcontainers:testcontainers:1.19.0" )
5959 testImplementation(" org.testcontainers:mysql:1.19.0" )
6060 testImplementation(" org.testcontainers:postgresql:1.19.0" )
You can’t perform that action at this time.
0 commit comments