File tree Expand file tree Collapse file tree 8 files changed +9
-9
lines changed
aws-advanced-jdbc-wrapper-bundle
SpringHibernateBalancedReaderOneDataSourceExample
SpringHibernateBalancedReaderTwoDataSourceExample
SpringWildflyExample/spring Expand file tree Collapse file tree 8 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ repositories {
2525
2626dependencies {
2727 implementation(" org.apache.httpcomponents:httpclient:4.5.14" )
28- implementation(" software.amazon.awssdk:rds:2.31.46 " )
28+ implementation(" software.amazon.awssdk:rds:2.31.50 " )
2929 implementation(" software.amazon.awssdk:sts:2.31.46" )
3030 implementation(project(" :aws-advanced-jdbc-wrapper" ))
3131}
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ dependencies {
1818 implementation(" org.springframework.boot:spring-boot-starter-jdbc:2.7.13" ) // 2.7.13 is the last version compatible with Java 8
1919 implementation(" org.postgresql:postgresql:42.7.5" )
2020 implementation(" com.mysql:mysql-connector-j:9.3.0" )
21- implementation(" software.amazon.awssdk:rds:2.31.46 " )
21+ implementation(" software.amazon.awssdk:rds:2.31.50 " )
2222 implementation(" software.amazon.awssdk:secretsmanager:2.31.12" )
2323 implementation(" software.amazon.awssdk:sts:2.31.46" )
2424 implementation(" com.fasterxml.jackson.core:jackson-databind:2.19.0" )
Original file line number Diff line number Diff line change @@ -19,5 +19,5 @@ dependencies {
1919 implementation(" com.mysql:mysql-connector-j:9.3.0" )
2020 implementation(project(" :aws-advanced-jdbc-wrapper" ))
2121 implementation(" org.apache.commons:commons-dbcp2:2.13.0" )
22- implementation(" software.amazon.awssdk:rds:2.31.46 " )
22+ implementation(" software.amazon.awssdk:rds:2.31.50 " )
2323}
Original file line number Diff line number Diff line change @@ -23,6 +23,6 @@ dependencies {
2323 implementation(" org.springframework.boot:spring-boot-starter-data-jpa" )
2424 implementation(" org.springframework.retry:spring-retry" )
2525 implementation(" org.postgresql:postgresql:42.7.5" )
26- implementation(" software.amazon.awssdk:rds:2.31.46 " )
26+ implementation(" software.amazon.awssdk:rds:2.31.50 " )
2727 implementation(project(" :aws-advanced-jdbc-wrapper" ))
2828}
Original file line number Diff line number Diff line change @@ -23,6 +23,6 @@ dependencies {
2323 implementation(" org.springframework.boot:spring-boot-starter-data-jpa" )
2424 implementation(" org.springframework.retry:spring-retry" )
2525 implementation(" org.postgresql:postgresql:42.7.5" )
26- implementation(" software.amazon.awssdk:rds:2.31.46 " )
26+ implementation(" software.amazon.awssdk:rds:2.31.50 " )
2727 implementation(project(" :aws-advanced-jdbc-wrapper" ))
2828}
Original file line number Diff line number Diff line change @@ -23,6 +23,6 @@ dependencies {
2323 implementation(" org.springframework.boot:spring-boot-starter-data-jpa" )
2424 implementation(" org.springframework.boot:spring-boot-starter-web" )
2525 implementation(" org.postgresql:postgresql:42.7.5" )
26- implementation(" software.amazon.awssdk:rds:2.31.46 " )
26+ implementation(" software.amazon.awssdk:rds:2.31.50 " )
2727 implementation(project(" :aws-advanced-jdbc-wrapper" ))
2828}
Original file line number Diff line number Diff line change @@ -24,6 +24,6 @@ dependencies {
2424 implementation(" org.springframework.boot:spring-boot-starter-web" )
2525 runtimeOnly(" org.springframework.boot:spring-boot-devtools" )
2626 implementation(" org.postgresql:postgresql:42.7.5" )
27- implementation(" software.amazon.awssdk:rds:2.31.46 " )
27+ implementation(" software.amazon.awssdk:rds:2.31.50 " )
2828 implementation(project(" :aws-advanced-jdbc-wrapper" ))
2929}
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ plugins {
2929dependencies {
3030 implementation(" org.checkerframework:checker-qual:3.49.3" )
3131 compileOnly(" org.apache.httpcomponents:httpclient:4.5.14" )
32- compileOnly(" software.amazon.awssdk:rds:2.31.46 " )
32+ 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)
3535 compileOnly(" software.amazon.awssdk:sts:2.31.46" )
@@ -65,7 +65,7 @@ dependencies {
6565 testImplementation(" com.mchange:c3p0:0.11.0" )
6666 testImplementation(" org.springframework.boot:spring-boot-starter-jdbc:2.7.13" ) // 2.7.13 is the last version compatible with Java 8
6767 testImplementation(" org.mockito:mockito-inline:4.11.0" ) // 4.11.0 is the last version compatible with Java 8
68- testImplementation(" software.amazon.awssdk:rds:2.31.46 " )
68+ testImplementation(" software.amazon.awssdk:rds:2.31.50 " )
6969 testImplementation(" software.amazon.awssdk:auth:2.31.45" ) // Required for IAM (light implementation)
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" )
You can’t perform that action at this time.
0 commit comments