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 {
25
25
26
26
dependencies {
27
27
implementation(" org.apache.httpcomponents:httpclient:4.5.14" )
28
- implementation(" software.amazon.awssdk:rds:2.25.70 " )
28
+ implementation(" software.amazon.awssdk:rds:2.28.12 " )
29
29
implementation(" software.amazon.awssdk:sts:2.27.22" )
30
30
implementation(project(" :aws-advanced-jdbc-wrapper" ))
31
31
}
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ dependencies {
18
18
implementation(" org.springframework.boot:spring-boot-starter-jdbc:2.7.13" ) // 2.7.13 is the last version compatible with Java 8
19
19
implementation(" org.postgresql:postgresql:42.7.4" )
20
20
implementation(" mysql:mysql-connector-java:8.0.33" )
21
- implementation(" software.amazon.awssdk:rds:2.25.70 " )
21
+ implementation(" software.amazon.awssdk:rds:2.28.12 " )
22
22
implementation(" software.amazon.awssdk:secretsmanager:2.28.11" )
23
23
implementation(" software.amazon.awssdk:sts:2.27.22" )
24
24
implementation(" com.fasterxml.jackson.core:jackson-databind:2.17.1" )
Original file line number Diff line number Diff line change @@ -19,5 +19,5 @@ dependencies {
19
19
implementation(" mysql:mysql-connector-java:8.0.33" )
20
20
implementation(project(" :aws-advanced-jdbc-wrapper" ))
21
21
implementation(" org.apache.commons:commons-dbcp2:2.12.0" )
22
- implementation(" software.amazon.awssdk:rds:2.25.70 " )
22
+ implementation(" software.amazon.awssdk:rds:2.28.12 " )
23
23
}
Original file line number Diff line number Diff line change @@ -23,6 +23,6 @@ dependencies {
23
23
implementation(" org.springframework.boot:spring-boot-starter-data-jpa" )
24
24
implementation(" org.springframework.retry:spring-retry" )
25
25
implementation(" org.postgresql:postgresql:42.7.4" )
26
- implementation(" software.amazon.awssdk:rds:2.25.70 " )
26
+ implementation(" software.amazon.awssdk:rds:2.28.12 " )
27
27
implementation(project(" :aws-advanced-jdbc-wrapper" ))
28
28
}
Original file line number Diff line number Diff line change @@ -23,6 +23,6 @@ dependencies {
23
23
implementation(" org.springframework.boot:spring-boot-starter-data-jpa" )
24
24
implementation(" org.springframework.retry:spring-retry" )
25
25
implementation(" org.postgresql:postgresql:42.7.4" )
26
- implementation(" software.amazon.awssdk:rds:2.25.70 " )
26
+ implementation(" software.amazon.awssdk:rds:2.28.12 " )
27
27
implementation(project(" :aws-advanced-jdbc-wrapper" ))
28
28
}
Original file line number Diff line number Diff line change @@ -23,6 +23,6 @@ dependencies {
23
23
implementation(" org.springframework.boot:spring-boot-starter-data-jpa" )
24
24
implementation(" org.springframework.boot:spring-boot-starter-web" )
25
25
implementation(" org.postgresql:postgresql:42.7.4" )
26
- implementation(" software.amazon.awssdk:rds:2.25.70 " )
26
+ implementation(" software.amazon.awssdk:rds:2.28.12 " )
27
27
implementation(project(" :aws-advanced-jdbc-wrapper" ))
28
28
}
Original file line number Diff line number Diff line change @@ -24,6 +24,6 @@ dependencies {
24
24
implementation(" org.springframework.boot:spring-boot-starter-web" )
25
25
runtimeOnly(" org.springframework.boot:spring-boot-devtools" )
26
26
implementation(" org.postgresql:postgresql:42.7.4" )
27
- implementation(" software.amazon.awssdk:rds:2.25.70 " )
27
+ implementation(" software.amazon.awssdk:rds:2.28.12 " )
28
28
implementation(project(" :aws-advanced-jdbc-wrapper" ))
29
29
}
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ plugins {
29
29
dependencies {
30
30
implementation(" org.checkerframework:checker-qual:3.47.0" )
31
31
compileOnly(" org.apache.httpcomponents:httpclient:4.5.14" )
32
- compileOnly(" software.amazon.awssdk:rds:2.25.70 " )
32
+ compileOnly(" software.amazon.awssdk:rds:2.28.12 " )
33
33
compileOnly(" software.amazon.awssdk:auth:2.28.2" ) // Required for IAM (light implementation)
34
34
compileOnly(" software.amazon.awssdk:http-client-spi:2.27.8" ) // Required for IAM (light implementation)
35
35
compileOnly(" software.amazon.awssdk:sts:2.27.22" )
@@ -63,7 +63,7 @@ dependencies {
63
63
testImplementation(" com.zaxxer:HikariCP:4.0.3" ) // Version 4.+ is compatible with Java 8
64
64
testImplementation(" org.springframework.boot:spring-boot-starter-jdbc:2.7.13" ) // 2.7.13 is the last version compatible with Java 8
65
65
testImplementation(" org.mockito:mockito-inline:4.11.0" ) // 4.11.0 is the last version compatible with Java 8
66
- testImplementation(" software.amazon.awssdk:rds:2.25.70 " )
66
+ testImplementation(" software.amazon.awssdk:rds:2.28.12 " )
67
67
testImplementation(" software.amazon.awssdk:auth:2.28.2" ) // Required for IAM (light implementation)
68
68
testImplementation(" software.amazon.awssdk:http-client-spi:2.27.8" ) // Required for IAM (light implementation)
69
69
testImplementation(" software.amazon.awssdk:ec2:2.28.2" )
You can’t perform that action at this time.
0 commit comments