File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
SpringWildflyExample/spring Expand file tree Collapse file tree 4 files changed +5
-5
lines changed 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.6.0" )
20
20
implementation(" mysql:mysql-connector-java:8.0.33" )
21
- implementation(" software.amazon.awssdk:rds:2.20.158 " )
21
+ implementation(" software.amazon.awssdk:rds:2.21.4 " )
22
22
implementation(" software.amazon.awssdk:secretsmanager:2.20.154" )
23
23
implementation(" com.fasterxml.jackson.core:jackson-databind:2.15.2" )
24
24
implementation(project(" :aws-advanced-jdbc-wrapper" ))
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.6.0" )
26
- implementation(" software.amazon.awssdk:rds:2.20.158 " )
26
+ implementation(" software.amazon.awssdk:rds:2.21.4 " )
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.6.0" )
27
- implementation(" software.amazon.awssdk:rds:2.20.158 " )
27
+ implementation(" software.amazon.awssdk:rds:2.21.4 " )
28
28
implementation(project(" :aws-advanced-jdbc-wrapper" ))
29
29
}
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ plugins {
28
28
29
29
dependencies {
30
30
implementation(" org.checkerframework:checker-qual:3.39.0" )
31
- compileOnly(" software.amazon.awssdk:rds:2.20.158 " )
31
+ compileOnly(" software.amazon.awssdk:rds:2.21.4 " )
32
32
compileOnly(" com.zaxxer:HikariCP:4.0.3" ) // Version 4.+ is compatible with Java 8
33
33
compileOnly(" software.amazon.awssdk:secretsmanager:2.20.154" )
34
34
compileOnly(" com.fasterxml.jackson.core:jackson-databind:2.15.2" )
@@ -58,7 +58,7 @@ dependencies {
58
58
testImplementation(" com.zaxxer:HikariCP:4.0.3" ) // Version 4.+ is compatible with Java 8
59
59
testImplementation(" org.springframework.boot:spring-boot-starter-jdbc:2.7.13" ) // 2.7.13 is the last version compatible with Java 8
60
60
testImplementation(" org.mockito:mockito-inline:4.11.0" ) // 4.11.0 is the last version compatible with Java 8
61
- testImplementation(" software.amazon.awssdk:rds:2.20.158 " )
61
+ testImplementation(" software.amazon.awssdk:rds:2.21.4 " )
62
62
testImplementation(" software.amazon.awssdk:ec2:2.21.3" )
63
63
testImplementation(" software.amazon.awssdk:secretsmanager:2.20.154" )
64
64
testImplementation(" org.testcontainers:testcontainers:1.19.0" )
You can’t perform that action at this time.
0 commit comments