File tree Expand file tree Collapse file tree 12 files changed +13
-13
lines changed
SpringHibernateBalancedReaderOneDataSourceExample
SpringHibernateBalancedReaderTwoDataSourceExample
SpringWildflyExample/spring Expand file tree Collapse file tree 12 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ plugins {
2020
2121dependencies {
2222 jmhImplementation(project(" :aws-advanced-jdbc-wrapper" ))
23- implementation(" org.postgresql:postgresql:42.7.4 " )
23+ implementation(" org.postgresql:postgresql:42.7.5 " )
2424 implementation(" com.mysql:mysql-connector-j:9.2.0" )
2525 implementation(" org.mariadb.jdbc:mariadb-java-client:3.5.1" )
2626 implementation(" com.zaxxer:HikariCP:4.0.3" )
Original file line number Diff line number Diff line change 1616
1717dependencies {
1818 implementation(" org.springframework.boot:spring-boot-starter-jdbc:2.7.13" ) // 2.7.13 is the last version compatible with Java 8
19- implementation(" org.postgresql:postgresql:42.7.4 " )
19+ implementation(" org.postgresql:postgresql:42.7.5 " )
2020 implementation(" com.mysql:mysql-connector-j:9.2.0" )
2121 implementation(" software.amazon.awssdk:rds:2.29.34" )
2222 implementation(" software.amazon.awssdk:secretsmanager:2.30.21" )
Original file line number Diff line number Diff line change 1515 */
1616
1717dependencies {
18- implementation(" org.postgresql:postgresql:42.7.4 " )
18+ implementation(" org.postgresql:postgresql:42.7.5 " )
1919 implementation(" com.mysql:mysql-connector-j:9.2.0" )
2020 implementation(project(" :aws-advanced-jdbc-wrapper" ))
2121 implementation(" org.apache.commons:commons-dbcp2:2.13.0" )
Original file line number Diff line number Diff line change 1515 */
1616
1717dependencies {
18- implementation(" org.postgresql:postgresql:42.7.4 " )
18+ implementation(" org.postgresql:postgresql:42.7.5 " )
1919 implementation(" com.mysql:mysql-connector-j:9.2.0" )
2020 implementation(project(" :aws-advanced-jdbc-wrapper" ))
2121 implementation(" com.zaxxer:HikariCP:4.0.3" )
Original file line number Diff line number Diff line change 1515 */
1616
1717dependencies {
18- implementation(" org.postgresql:postgresql:42.7.4 " )
18+ implementation(" org.postgresql:postgresql:42.7.5 " )
1919 implementation(" com.mysql:mysql-connector-j:9.2.0" )
2020 implementation(" com.zaxxer:HikariCP:4.0.3" )
2121 implementation(project(" :aws-advanced-jdbc-wrapper" ))
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ plugins {
2222dependencies {
2323 implementation(" org.springframework.boot:spring-boot-starter-data-jdbc" )
2424 implementation(" org.springframework.boot:spring-boot-starter-web" )
25- implementation(" org.postgresql:postgresql:42.7.4 " )
25+ implementation(" org.postgresql:postgresql:42.7.5 " )
2626 implementation(project(" :aws-advanced-jdbc-wrapper" ))
2727
2828}
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ plugins {
2222dependencies {
2323 implementation(" org.springframework.boot:spring-boot-starter-data-jpa" )
2424 implementation(" org.springframework.retry:spring-retry" )
25- implementation(" org.postgresql:postgresql:42.7.4 " )
25+ implementation(" org.postgresql:postgresql:42.7.5 " )
2626 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 @@ -22,7 +22,7 @@ plugins {
2222dependencies {
2323 implementation(" org.springframework.boot:spring-boot-starter-data-jpa" )
2424 implementation(" org.springframework.retry:spring-retry" )
25- implementation(" org.postgresql:postgresql:42.7.4 " )
25+ implementation(" org.postgresql:postgresql:42.7.5 " )
2626 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 @@ -22,7 +22,7 @@ plugins {
2222dependencies {
2323 implementation(" org.springframework.boot:spring-boot-starter-data-jpa" )
2424 implementation(" org.springframework.boot:spring-boot-starter-web" )
25- implementation(" org.postgresql:postgresql:42.7.4 " )
25+ implementation(" org.postgresql:postgresql:42.7.5 " )
2626 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,7 +23,7 @@ dependencies {
2323 implementation(" org.springframework.boot:spring-boot-starter-jdbc" )
2424 implementation(" org.springframework.boot:spring-boot-starter-web" )
2525 runtimeOnly(" org.springframework.boot:spring-boot-devtools" )
26- implementation(" org.postgresql:postgresql:42.7.4 " )
26+ implementation(" org.postgresql:postgresql:42.7.5 " )
2727 implementation(" software.amazon.awssdk:rds:2.29.34" )
2828 implementation(project(" :aws-advanced-jdbc-wrapper" ))
2929}
You can’t perform that action at this time.
0 commit comments