File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
aws-advanced-jdbc-wrapper-bundle
examples/AWSDriverExample Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ repositories {
2626dependencies {
2727 implementation(" org.apache.httpcomponents:httpclient:4.5.14" )
2828 implementation(" software.amazon.awssdk:rds:2.31.50" )
29- implementation(" software.amazon.awssdk:sts:2.31.46 " )
29+ implementation(" software.amazon.awssdk:sts:2.31.50 " )
3030 implementation(project(" :aws-advanced-jdbc-wrapper" ))
3131}
3232
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ dependencies {
2020 implementation(" com.mysql:mysql-connector-j:9.3.0" )
2121 implementation(" software.amazon.awssdk:rds:2.31.50" )
2222 implementation(" software.amazon.awssdk:secretsmanager:2.31.12" )
23- implementation(" software.amazon.awssdk:sts:2.31.46 " )
23+ implementation(" software.amazon.awssdk:sts:2.31.50 " )
2424 implementation(" com.fasterxml.jackson.core:jackson-databind:2.19.0" )
2525 implementation(project(" :aws-advanced-jdbc-wrapper" ))
2626 implementation(" io.opentelemetry:opentelemetry-api:1.50.0" )
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ dependencies {
3232 compileOnly(" software.amazon.awssdk:rds:2.31.50" )
3333 compileOnly(" software.amazon.awssdk:auth:2.31.45" ) // Required for IAM (light implementation)
3434 compileOnly(" software.amazon.awssdk:http-client-spi:2.31.17" ) // Required for IAM (light implementation)
35- compileOnly(" software.amazon.awssdk:sts:2.31.46 " )
35+ compileOnly(" software.amazon.awssdk:sts:2.31.50 " )
3636 compileOnly(" com.zaxxer:HikariCP:4.0.3" ) // Version 4.+ is compatible with Java 8
3737 compileOnly(" com.mchange:c3p0:0.11.0" )
3838 compileOnly(" software.amazon.awssdk:secretsmanager:2.31.12" )
@@ -70,7 +70,7 @@ dependencies {
7070 testImplementation(" software.amazon.awssdk:http-client-spi:2.31.17" ) // Required for IAM (light implementation)
7171 testImplementation(" software.amazon.awssdk:ec2:2.31.36" )
7272 testImplementation(" software.amazon.awssdk:secretsmanager:2.31.12" )
73- testImplementation(" software.amazon.awssdk:sts:2.31.46 " )
73+ testImplementation(" software.amazon.awssdk:sts:2.31.50 " )
7474 // Note: all org.testcontainers dependencies should have the same version
7575 testImplementation(" org.testcontainers:testcontainers:1.21.0" )
7676 testImplementation(" org.testcontainers:mysql:1.21.0" )
You can’t perform that action at this time.
0 commit comments