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 {
21
21
dependencies {
22
22
jmhImplementation(project(" :aws-advanced-jdbc-wrapper" ))
23
23
implementation(" org.postgresql:postgresql:42.7.5" )
24
- implementation(" com.mysql:mysql-connector-j:9.2 .0" )
24
+ implementation(" com.mysql:mysql-connector-j:9.3 .0" )
25
25
implementation(" org.mariadb.jdbc:mariadb-java-client:3.5.3" )
26
26
implementation(" com.zaxxer:HikariCP:4.0.3" )
27
27
implementation(" org.checkerframework:checker-qual:3.49.2" )
Original file line number Diff line number Diff line change 17
17
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.5" )
20
- implementation(" com.mysql:mysql-connector-j:9.2 .0" )
20
+ implementation(" com.mysql:mysql-connector-j:9.3 .0" )
21
21
implementation(" software.amazon.awssdk:rds:2.31.46" )
22
22
implementation(" software.amazon.awssdk:secretsmanager:2.31.12" )
23
23
implementation(" software.amazon.awssdk:sts:2.31.46" )
Original file line number Diff line number Diff line change 16
16
17
17
dependencies {
18
18
implementation(" org.postgresql:postgresql:42.7.5" )
19
- implementation(" com.mysql:mysql-connector-j:9.2 .0" )
19
+ implementation(" com.mysql:mysql-connector-j:9.3 .0" )
20
20
implementation(project(" :aws-advanced-jdbc-wrapper" ))
21
21
implementation(" org.apache.commons:commons-dbcp2:2.13.0" )
22
22
implementation(" software.amazon.awssdk:rds:2.31.46" )
Original file line number Diff line number Diff line change 16
16
17
17
dependencies {
18
18
implementation(" org.postgresql:postgresql:42.7.5" )
19
- implementation(" com.mysql:mysql-connector-j:9.2 .0" )
19
+ implementation(" com.mysql:mysql-connector-j:9.3 .0" )
20
20
implementation(project(" :aws-advanced-jdbc-wrapper" ))
21
21
implementation(" com.zaxxer:HikariCP:4.0.3" )
22
22
}
Original file line number Diff line number Diff line change 16
16
17
17
dependencies {
18
18
implementation(" org.postgresql:postgresql:42.7.5" )
19
- implementation(" com.mysql:mysql-connector-j:9.2 .0" )
19
+ implementation(" com.mysql:mysql-connector-j:9.3 .0" )
20
20
implementation(" com.zaxxer:HikariCP:4.0.3" )
21
21
implementation(project(" :aws-advanced-jdbc-wrapper" ))
22
22
}
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ dependencies {
37
37
compileOnly(" com.mchange:c3p0:0.11.0" )
38
38
compileOnly(" software.amazon.awssdk:secretsmanager:2.31.12" )
39
39
compileOnly(" com.fasterxml.jackson.core:jackson-databind:2.19.0" )
40
- compileOnly(" com.mysql:mysql-connector-j:9.2 .0" )
40
+ compileOnly(" com.mysql:mysql-connector-j:9.3 .0" )
41
41
compileOnly(" org.postgresql:postgresql:42.7.5" )
42
42
compileOnly(" org.mariadb.jdbc:mariadb-java-client:3.5.3" )
43
43
compileOnly(" org.osgi:org.osgi.core:6.0.0" )
@@ -59,7 +59,7 @@ dependencies {
59
59
60
60
testImplementation(" org.apache.commons:commons-dbcp2:2.13.0" )
61
61
testImplementation(" org.postgresql:postgresql:42.7.5" )
62
- testImplementation(" com.mysql:mysql-connector-j:9.2 .0" )
62
+ testImplementation(" com.mysql:mysql-connector-j:9.3 .0" )
63
63
testImplementation(" org.mariadb.jdbc:mariadb-java-client:3.5.3" )
64
64
testImplementation(" com.zaxxer:HikariCP:4.0.3" ) // Version 4.+ is compatible with Java 8
65
65
testImplementation(" com.mchange:c3p0:0.11.0" )
You can’t perform that action at this time.
0 commit comments