File tree Expand file tree Collapse file tree 7 files changed +8
-8
lines changed
aws-advanced-jdbc-wrapper-bundle
SpringHibernateBalancedReaderOneDataSourceExample
SpringHibernateBalancedReaderTwoDataSourceExample
SpringWildflyExample/spring Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ repositories {
2424}
2525
2626dependencies {
27- implementation(" software.amazon.awssdk:rds:2.24.6 " )
27+ implementation(" software.amazon.awssdk:rds:2.24.10 " )
2828 implementation(" software.amazon.awssdk:sts:2.24.10" )
2929 implementation(project(" :aws-advanced-jdbc-wrapper" ))
3030}
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.2" )
2020 implementation(" mysql:mysql-connector-java:8.0.33" )
21- implementation(" software.amazon.awssdk:rds:2.24.6 " )
21+ implementation(" software.amazon.awssdk:rds:2.24.10 " )
2222 implementation(" software.amazon.awssdk:secretsmanager:2.24.1" )
2323 implementation(" software.amazon.awssdk:sts:2.24.10" )
2424 implementation(" com.fasterxml.jackson.core:jackson-databind:2.16.1" )
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.2" )
26- implementation(" software.amazon.awssdk:rds:2.24.6 " )
26+ implementation(" software.amazon.awssdk:rds:2.24.10 " )
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.2" )
26- implementation(" software.amazon.awssdk:rds:2.24.6 " )
26+ implementation(" software.amazon.awssdk:rds:2.24.10 " )
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.2" )
26- implementation(" software.amazon.awssdk:rds:2.24.6 " )
26+ implementation(" software.amazon.awssdk:rds:2.24.10 " )
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.2" )
27- implementation(" software.amazon.awssdk:rds:2.24.6 " )
27+ implementation(" software.amazon.awssdk:rds:2.24.10 " )
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.42.0" )
3131 compileOnly(" org.apache.httpcomponents:httpclient:4.5.14" )
32- compileOnly(" software.amazon.awssdk:rds:2.24.6 " )
32+ compileOnly(" software.amazon.awssdk:rds:2.24.10 " )
3333 compileOnly(" software.amazon.awssdk:auth:2.24.6" ) // Required for IAM (light implementation)
3434 compileOnly(" software.amazon.awssdk:http-client-spi:2.22.13" ) // Required for IAM (light implementation)
3535 compileOnly(" software.amazon.awssdk:sts:2.24.10" )
@@ -61,7 +61,7 @@ dependencies {
6161 testImplementation(" com.zaxxer:HikariCP:4.0.3" ) // Version 4.+ is compatible with Java 8
6262 testImplementation(" org.springframework.boot:spring-boot-starter-jdbc:2.7.13" ) // 2.7.13 is the last version compatible with Java 8
6363 testImplementation(" org.mockito:mockito-inline:4.11.0" ) // 4.11.0 is the last version compatible with Java 8
64- testImplementation(" software.amazon.awssdk:rds:2.24.6 " )
64+ testImplementation(" software.amazon.awssdk:rds:2.24.10 " )
6565 testImplementation(" software.amazon.awssdk:auth:2.24.6" ) // Required for IAM (light implementation)
6666 testImplementation(" software.amazon.awssdk:http-client-spi:2.22.13" ) // Required for IAM (light implementation)
6767 testImplementation(" software.amazon.awssdk:ec2:2.24.10" )
You can’t perform that action at this time.
0 commit comments