Skip to content

Commit

Permalink
Merge pull request #4927 from testcontainers/combined-pr-branch
Browse files Browse the repository at this point in the history
Combined dependencies PR
  • Loading branch information
kiview committed Jan 17, 2022
2 parents af7cec0 + 0a04166 commit 631531f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion modules/localstack/build.gradle
Expand Up @@ -6,7 +6,7 @@ dependencies {
compileOnly 'com.amazonaws:aws-java-sdk-s3:1.12.137'
testImplementation 'com.amazonaws:aws-java-sdk-s3:1.12.137'
testImplementation 'com.amazonaws:aws-java-sdk-sqs:1.12.139'
testImplementation 'com.amazonaws:aws-java-sdk-logs:1.12.132'
testImplementation 'com.amazonaws:aws-java-sdk-logs:1.12.139'
testImplementation 'software.amazon.awssdk:s3:2.17.108'
testImplementation 'org.rnorth.visible-assertions:visible-assertions:2.1.2'
}
4 changes: 2 additions & 2 deletions modules/postgresql/build.gradle
Expand Up @@ -7,14 +7,14 @@ dependencies {
api project(':jdbc')

compileOnly project(':r2dbc')
compileOnly 'io.r2dbc:r2dbc-postgresql:0.8.8.RELEASE'
compileOnly 'io.r2dbc:r2dbc-postgresql:0.8.11.RELEASE'

testImplementation project(':jdbc-test')
testImplementation project(':test-support')
testImplementation 'org.postgresql:postgresql:42.3.1'

testImplementation testFixtures(project(':r2dbc'))
testImplementation 'io.r2dbc:r2dbc-postgresql:0.8.5.RELEASE'
testImplementation 'io.r2dbc:r2dbc-postgresql:0.8.11.RELEASE'

compileOnly 'org.jetbrains:annotations:23.0.0'
}

0 comments on commit 631531f

Please sign in to comment.