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 {
26
26
dependencies {
27
27
implementation(" org.apache.httpcomponents:httpclient:4.5.14" )
28
28
implementation(" software.amazon.awssdk:rds:2.31.46" )
29
- implementation(" software.amazon.awssdk:sts:2.30.27 " )
29
+ implementation(" software.amazon.awssdk:sts:2.31.46 " )
30
30
implementation(project(" :aws-advanced-jdbc-wrapper" ))
31
31
}
32
32
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ dependencies {
20
20
implementation(" com.mysql:mysql-connector-j:9.2.0" )
21
21
implementation(" software.amazon.awssdk:rds:2.31.46" )
22
22
implementation(" software.amazon.awssdk:secretsmanager:2.31.12" )
23
- implementation(" software.amazon.awssdk:sts:2.30.27 " )
23
+ implementation(" software.amazon.awssdk:sts:2.31.46 " )
24
24
implementation(" com.fasterxml.jackson.core:jackson-databind:2.19.0" )
25
25
implementation(project(" :aws-advanced-jdbc-wrapper" ))
26
26
implementation(" io.opentelemetry:opentelemetry-api:1.50.0" )
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ dependencies {
32
32
compileOnly(" software.amazon.awssdk:rds:2.31.46" )
33
33
compileOnly(" software.amazon.awssdk:auth:2.31.45" ) // Required for IAM (light implementation)
34
34
compileOnly(" software.amazon.awssdk:http-client-spi:2.31.17" ) // Required for IAM (light implementation)
35
- compileOnly(" software.amazon.awssdk:sts:2.30.27 " )
35
+ compileOnly(" software.amazon.awssdk:sts:2.31.46 " )
36
36
compileOnly(" com.zaxxer:HikariCP:4.0.3" ) // Version 4.+ is compatible with Java 8
37
37
compileOnly(" com.mchange:c3p0:0.11.0" )
38
38
compileOnly(" software.amazon.awssdk:secretsmanager:2.31.12" )
@@ -70,7 +70,7 @@ dependencies {
70
70
testImplementation(" software.amazon.awssdk:http-client-spi:2.31.17" ) // Required for IAM (light implementation)
71
71
testImplementation(" software.amazon.awssdk:ec2:2.31.36" )
72
72
testImplementation(" software.amazon.awssdk:secretsmanager:2.31.12" )
73
- testImplementation(" software.amazon.awssdk:sts:2.30.27 " )
73
+ testImplementation(" software.amazon.awssdk:sts:2.31.46 " )
74
74
// Note: all org.testcontainers dependencies should have the same version
75
75
testImplementation(" org.testcontainers:testcontainers:1.21.0" )
76
76
testImplementation(" org.testcontainers:mysql:1.21.0" )
You can’t perform that action at this time.
0 commit comments