File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed
Expand file tree Collapse file tree 6 files changed +7
-7
lines changed 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.7" )
24- implementation(" com.mysql:mysql-connector-j:9.3 .0" )
24+ implementation(" com.mysql:mysql-connector-j:9.4 .0" )
2525 implementation(" org.mariadb.jdbc:mariadb-java-client:3.5.6" )
2626 implementation(" com.zaxxer:HikariCP:4.0.3" )
2727 implementation(" org.checkerframework:checker-qual:3.49.5" )
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.7" )
20- implementation(" com.mysql:mysql-connector-j:9.3 .0" )
20+ implementation(" com.mysql:mysql-connector-j:9.4 .0" )
2121 implementation(" software.amazon.awssdk:rds:2.33.5" )
2222 implementation(" software.amazon.awssdk:secretsmanager:2.33.5" )
2323 implementation(" software.amazon.awssdk:sts:2.33.5" )
Original file line number Diff line number Diff line change 1616
1717dependencies {
1818 implementation(" org.postgresql:postgresql:42.7.7" )
19- implementation(" com.mysql:mysql-connector-j:9.3 .0" )
19+ implementation(" com.mysql:mysql-connector-j:9.4 .0" )
2020 implementation(project(" :aws-advanced-jdbc-wrapper" ))
2121 implementation(" org.apache.commons:commons-dbcp2:2.13.0" )
2222 implementation(" software.amazon.awssdk:rds:2.33.5" )
Original file line number Diff line number Diff line change 1616
1717dependencies {
1818 implementation(" org.postgresql:postgresql:42.7.7" )
19- implementation(" com.mysql:mysql-connector-j:9.3 .0" )
19+ implementation(" com.mysql:mysql-connector-j:9.4 .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.7" )
19- implementation(" com.mysql:mysql-connector-j:9.3 .0" )
19+ implementation(" com.mysql:mysql-connector-j:9.4 .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 @@ -51,7 +51,7 @@ dependencies {
5151 optionalImplementation(" io.opentelemetry:opentelemetry-sdk-metrics:1.52.0" )
5252
5353 compileOnly(" org.checkerframework:checker-qual:3.49.5" )
54- compileOnly(" com.mysql:mysql-connector-j:9.3 .0" )
54+ compileOnly(" com.mysql:mysql-connector-j:9.4 .0" )
5555 compileOnly(" org.postgresql:postgresql:42.7.7" )
5656 compileOnly(" org.mariadb.jdbc:mariadb-java-client:3.5.6" )
5757 compileOnly(" org.osgi:org.osgi.core:6.0.0" )
@@ -74,7 +74,7 @@ dependencies {
7474
7575 testImplementation(" org.apache.commons:commons-dbcp2:2.13.0" )
7676 testImplementation(" org.postgresql:postgresql:42.7.7" )
77- testImplementation(" com.mysql:mysql-connector-j:9.3 .0" )
77+ testImplementation(" com.mysql:mysql-connector-j:9.4 .0" )
7878 testImplementation(" org.mariadb.jdbc:mariadb-java-client:3.5.6" )
7979 testImplementation(" com.zaxxer:HikariCP:4.0.3" ) // Version 4.+ is compatible with Java 8
8080 testImplementation(" com.mchange:c3p0:0.11.0" )
You can’t perform that action at this time.
0 commit comments