Skip to content

Commit 454fafa

Browse files
authored
Merge pull request #7715 from testcontainers/combined-pr-branch
Combined dependencies PR
2 parents 5ea69b0 + 2816eb4 commit 454fafa

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

examples/linked-container/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repositories {
88
dependencies {
99
compileOnly 'org.slf4j:slf4j-api:1.7.36'
1010
implementation 'com.squareup.okhttp3:okhttp:4.12.0'
11-
implementation 'org.json:json:20230618'
11+
implementation 'org.json:json:20231013'
1212
testRuntimeOnly 'org.postgresql:postgresql:42.6.0'
1313
testImplementation 'ch.qos.logback:logback-classic:1.3.11'
1414
testImplementation 'org.testcontainers:postgresql'

modules/elasticsearch/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ description = "Testcontainers :: elasticsearch"
33
dependencies {
44
api project(':testcontainers')
55
testImplementation "org.elasticsearch.client:elasticsearch-rest-client:8.10.4"
6-
testImplementation "org.elasticsearch.client:transport:7.17.13"
6+
testImplementation "org.elasticsearch.client:transport:7.17.14"
77
testImplementation 'org.assertj:assertj-core:3.24.2'
88
}

modules/jdbc-test/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
dependencies {
22
api project(':jdbc')
33

4-
api 'com.google.guava:guava:32.1.2-jre'
4+
api 'com.google.guava:guava:32.1.3-jre'
55
api 'org.apache.commons:commons-lang3:3.13.0'
66
api 'com.zaxxer:HikariCP-java6:2.3.13'
77
api 'commons-dbutils:commons-dbutils:1.8.1'

modules/mysql/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ dependencies {
77
api project(':jdbc')
88

99
compileOnly project(':r2dbc')
10-
compileOnly 'io.asyncer:r2dbc-mysql:1.0.4'
10+
compileOnly 'io.asyncer:r2dbc-mysql:1.0.5'
1111

1212
testImplementation project(':jdbc-test')
1313
testRuntimeOnly 'mysql:mysql-connector-java:8.0.33'
1414

1515
testImplementation testFixtures(project(':r2dbc'))
16-
testRuntimeOnly 'io.asyncer:r2dbc-mysql:1.0.4'
16+
testRuntimeOnly 'io.asyncer:r2dbc-mysql:1.0.5'
1717

1818
compileOnly 'org.jetbrains:annotations:24.0.1'
1919
}

0 commit comments

Comments
 (0)