Skip to content

Commit 631531f

Browse files
authored
Merge pull request #4927 from testcontainers/combined-pr-branch
Combined dependencies PR
2 parents af7cec0 + 0a04166 commit 631531f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

modules/localstack/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

modules/postgresql/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)