File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ dependencies {
44 api project(' :jdbc' )
55
66 testImplementation project(' :jdbc-test' )
7- testRuntimeOnly ' org.postgresql:postgresql:42.7.4 '
7+ testRuntimeOnly ' org.postgresql:postgresql:42.7.7 '
88 testImplementation ' org.assertj:assertj-core:3.27.3'
99}
1010
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ dependencies {
44 api project(' :jdbc' )
55
66 testImplementation project(' :jdbc-test' )
7- testRuntimeOnly ' org.postgresql:postgresql:42.7.4 '
7+ testRuntimeOnly ' org.postgresql:postgresql:42.7.7 '
88
99 compileOnly ' org.jetbrains:annotations:26.0.2'
1010}
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ dependencies {
1717 testImplementation ' org.junit.jupiter:junit-jupiter'
1818
1919 testRuntimeOnly ' org.junit.platform:junit-platform-launcher:1.10.3'
20- testRuntimeOnly ' org.postgresql:postgresql:42.7.4 '
20+ testRuntimeOnly ' org.postgresql:postgresql:42.7.7 '
2121 testRuntimeOnly ' mysql:mysql-connector-java:8.0.33'
2222}
2323
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ dependencies {
77 compileOnly ' io.r2dbc:r2dbc-postgresql:0.8.13.RELEASE'
88
99 testImplementation project(' :jdbc-test' )
10- testRuntimeOnly ' org.postgresql:postgresql:42.7.4 '
10+ testRuntimeOnly ' org.postgresql:postgresql:42.7.7 '
1111
1212 testImplementation testFixtures(project(' :r2dbc' ))
1313 testRuntimeOnly ' io.r2dbc:r2dbc-postgresql:0.8.13.RELEASE'
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ dependencies {
44 api project(' :testcontainers' )
55 api project(' :jdbc' )
66
7- testRuntimeOnly ' org.postgresql:postgresql:42.7.4 '
7+ testRuntimeOnly ' org.postgresql:postgresql:42.7.7 '
88 testImplementation project(' :jdbc-test' )
99 testImplementation ' org.assertj:assertj-core:3.27.3'
1010 testImplementation ' org.questdb:questdb:7.3.9'
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ dependencies {
1515 testImplementation ' com.zaxxer:HikariCP:4.0.3'
1616 testImplementation ' org.apache.httpcomponents:httpclient:4.5.14'
1717
18- testRuntimeOnly ' org.postgresql:postgresql:42.7.4 '
18+ testRuntimeOnly ' org.postgresql:postgresql:42.7.7 '
1919 testRuntimeOnly ' mysql:mysql-connector-java:8.0.33'
2020 testRuntimeOnly ' org.junit.platform:junit-platform-launcher:1.10.3'
2121 testRuntimeOnly ' org.junit.platform:junit-platform-testkit:1.13.3'
You can’t perform that action at this time.
0 commit comments