File tree Expand file tree Collapse file tree 15 files changed +64
-72
lines changed
aws-advanced-jdbc-wrapper-bundle
SpringHibernateBalancedReaderOneDataSourceExample
SpringHibernateBalancedReaderTwoDataSourceExample
SpringWildflyExample/spring
main/java/software/amazon/jdbc/plugin Expand file tree Collapse file tree 15 files changed +64
-72
lines changed Original file line number Diff line number Diff line change @@ -25,8 +25,8 @@ repositories {
2525
2626dependencies {
2727 implementation(" org.apache.httpcomponents:httpclient:4.5.14" )
28- implementation(" software.amazon.awssdk:rds:2.29.23 " )
29- implementation(" software.amazon.awssdk:sts:2.29.24 " )
28+ implementation(" software.amazon.awssdk:rds:2.29.34 " )
29+ implementation(" software.amazon.awssdk:sts:2.29.34 " )
3030 implementation(project(" :aws-advanced-jdbc-wrapper" ))
3131}
3232
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ plugins {
2121dependencies {
2222 jmhImplementation(project(" :aws-advanced-jdbc-wrapper" ))
2323 implementation(" org.postgresql:postgresql:42.7.4" )
24- implementation(" mysql:mysql-connector-java :8.0.33 " )
24+ implementation(" com. mysql:mysql-connector-j :8.3.0 " )
2525 implementation(" org.mariadb.jdbc:mariadb-java-client:3.4.1" )
2626 implementation(" com.zaxxer:HikariCP:4.0.3" )
2727
Original file line number Diff line number Diff line change 1717dependencies {
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.4" )
20- implementation(" mysql:mysql-connector-java :8.0.33 " )
21- implementation(" software.amazon.awssdk:rds:2.29.23 " )
22- implementation(" software.amazon.awssdk:secretsmanager:2.29.29 " )
23- implementation(" software.amazon.awssdk:sts:2.29.23 " )
20+ implementation(" com. mysql:mysql-connector-j :8.3.0 " )
21+ implementation(" software.amazon.awssdk:rds:2.29.34 " )
22+ implementation(" software.amazon.awssdk:secretsmanager:2.29.34 " )
23+ implementation(" software.amazon.awssdk:sts:2.29.34 " )
2424 implementation(" com.fasterxml.jackson.core:jackson-databind:2.17.1" )
2525 implementation(project(" :aws-advanced-jdbc-wrapper" ))
2626 implementation(" io.opentelemetry:opentelemetry-api:1.42.1" )
2727 implementation(" io.opentelemetry:opentelemetry-sdk:1.42.1" )
2828 implementation(" io.opentelemetry:opentelemetry-exporter-otlp:1.44.1" )
29- implementation(" com.amazonaws:aws-xray-recorder-sdk-core:2.18.1 " )
29+ implementation(" com.amazonaws:aws-xray-recorder-sdk-core:2.18.2 " )
3030 implementation(" org.jsoup:jsoup:1.18.1" )
3131}
Original file line number Diff line number Diff line change 1616
1717dependencies {
1818 implementation(" org.postgresql:postgresql:42.7.4" )
19- implementation(" mysql:mysql-connector-java :8.0.33 " )
19+ implementation(" com. mysql:mysql-connector-j :8.3.0 " )
2020 implementation(project(" :aws-advanced-jdbc-wrapper" ))
2121 implementation(" org.apache.commons:commons-dbcp2:2.12.0" )
22- implementation(" software.amazon.awssdk:rds:2.29.23 " )
22+ implementation(" software.amazon.awssdk:rds:2.29.34 " )
2323}
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ dependencies {
1313 annotationProcessor ' org.projectlombok:lombok:1.18.24'
1414 implementation ' org.hibernate:hibernate-core:6.1.3.Final'
1515 implementation ' jakarta.persistence:jakarta.persistence-api:3.1.0'
16- runtimeOnly ' org.postgresql:postgresql:42.5 .4'
17- runtimeOnly ' mysql:mysql-connector-java :8.0.32 '
16+ runtimeOnly ' org.postgresql:postgresql:42.7 .4'
17+ runtimeOnly ' com. mysql:mysql-connector-j :8.3.0 '
1818 implementation project(' :aws-advanced-jdbc-wrapper' )
1919 testImplementation ' org.junit.jupiter:junit-jupiter-api:5.9.0'
2020 testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.9.0'
Original file line number Diff line number Diff line change 1616
1717dependencies {
1818 implementation(" org.postgresql:postgresql:42.7.4" )
19- implementation(" mysql:mysql-connector-java :8.0.33 " )
19+ implementation(" com. mysql:mysql-connector-j :8.3.0 " )
2020 implementation(project(" :aws-advanced-jdbc-wrapper" ))
2121 implementation(" com.zaxxer:HikariCP:4.0.3" )
2222}
Original file line number Diff line number Diff line change 1616
1717dependencies {
1818 implementation(" org.postgresql:postgresql:42.7.4" )
19- implementation(" mysql:mysql-connector-java :8.0.33 " )
19+ implementation(" com. mysql:mysql-connector-j :8.3.0 " )
2020 implementation(" com.zaxxer:HikariCP:4.0.3" )
2121 implementation(project(" :aws-advanced-jdbc-wrapper" ))
2222}
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.4" )
26- implementation(" software.amazon.awssdk:rds:2.29.23 " )
26+ implementation(" software.amazon.awssdk:rds:2.29.34 " )
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.4" )
26- implementation(" software.amazon.awssdk:rds:2.29.23 " )
26+ implementation(" software.amazon.awssdk:rds:2.29.34 " )
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.4" )
26- implementation(" software.amazon.awssdk:rds:2.29.23 " )
26+ implementation(" software.amazon.awssdk:rds:2.29.34 " )
2727 implementation(project(" :aws-advanced-jdbc-wrapper" ))
2828}
You can’t perform that action at this time.
0 commit comments