File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ dependencies {
66 compileOnly ' com.amazonaws:aws-java-sdk-s3:1.12.137'
77 testImplementation ' com.amazonaws:aws-java-sdk-s3:1.12.137'
88 testImplementation ' com.amazonaws:aws-java-sdk-sqs:1.12.139'
9- testImplementation ' com.amazonaws:aws-java-sdk-logs:1.12.132 '
9+ testImplementation ' com.amazonaws:aws-java-sdk-logs:1.12.139 '
1010 testImplementation ' software.amazon.awssdk:s3:2.17.108'
1111 testImplementation ' org.rnorth.visible-assertions:visible-assertions:2.1.2'
1212}
Original file line number Diff line number Diff line change @@ -7,14 +7,14 @@ dependencies {
77 api project(' :jdbc' )
88
99 compileOnly project(' :r2dbc' )
10- compileOnly ' io.r2dbc:r2dbc-postgresql:0.8.8 .RELEASE'
10+ compileOnly ' io.r2dbc:r2dbc-postgresql:0.8.11 .RELEASE'
1111
1212 testImplementation project(' :jdbc-test' )
1313 testImplementation project(' :test-support' )
1414 testImplementation ' org.postgresql:postgresql:42.3.1'
1515
1616 testImplementation testFixtures(project(' :r2dbc' ))
17- testImplementation ' io.r2dbc:r2dbc-postgresql:0.8.5 .RELEASE'
17+ testImplementation ' io.r2dbc:r2dbc-postgresql:0.8.11 .RELEASE'
1818
1919 compileOnly ' org.jetbrains:annotations:23.0.0'
2020}
You can’t perform that action at this time.
0 commit comments