Skip to content

Commit 0739c81

Browse files
authored
Merge pull request #8660 from testcontainers/combined-pr-branch
Combined dependencies PR
2 parents 874ca87 + 267ad46 commit 0739c81

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ dependencies {
9999

100100
api 'com.github.docker-java:docker-java-transport-zerodep'
101101

102-
shaded 'com.google.guava:guava:33.0.0-jre'
102+
shaded 'com.google.guava:guava:33.2.0-jre'
103103
shaded "org.yaml:snakeyaml:1.33"
104104

105105
shaded 'org.glassfish.main.external:trilead-ssh2-repackaged:4.1.2'

modules/azure/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ dependencies {
66
shaded 'com.squareup.okhttp3:okhttp:4.12.0'
77

88
testImplementation 'org.assertj:assertj-core:3.25.3'
9-
testImplementation 'com.azure:azure-cosmos:4.54.0'
9+
testImplementation 'com.azure:azure-cosmos:4.60.0'
1010
}

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.13.4"
6-
testImplementation "org.elasticsearch.client:transport:7.17.17"
6+
testImplementation "org.elasticsearch.client:transport:7.17.21"
77
testImplementation 'org.assertj:assertj-core:3.25.3'
88
}

modules/hivemq/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies {
1616
testImplementation("com.hivemq:hivemq-extension-sdk:4.28.1")
1717
testImplementation("com.hivemq:hivemq-mqtt-client:1.3.3")
1818
testImplementation("org.apache.httpcomponents:httpclient:4.5.14")
19-
testImplementation("ch.qos.logback:logback-classic:1.4.14")
19+
testImplementation("ch.qos.logback:logback-classic:1.5.6")
2020
testImplementation 'org.assertj:assertj-core:3.25.3'
2121
}
2222

modules/oracle-xe/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies {
1010
compileOnly 'com.oracle.database.r2dbc:oracle-r2dbc:1.2.0'
1111

1212
testImplementation project(':jdbc-test')
13-
testImplementation 'com.oracle.database.jdbc:ojdbc11:23.3.0.23.09'
13+
testImplementation 'com.oracle.database.jdbc:ojdbc11:23.4.0.24.05'
1414

1515
compileOnly 'org.jetbrains:annotations:24.1.0'
1616

modules/qdrant/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ dependencies {
44
api project(':testcontainers')
55

66
testImplementation 'org.assertj:assertj-core:3.25.1'
7-
testImplementation 'io.qdrant:client:1.7.1'
7+
testImplementation 'io.qdrant:client:1.9.1'
88
testImplementation platform('io.grpc:grpc-bom:1.64.0')
99
testImplementation 'io.grpc:grpc-stub'
1010
testImplementation 'io.grpc:grpc-protobuf'

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ buildscript {
66
}
77
dependencies {
88
classpath "com.gradle.enterprise:com.gradle.enterprise.gradle.plugin:3.17.4"
9-
classpath "com.gradle:common-custom-user-data-gradle-plugin:1.12.1"
9+
classpath "com.gradle:common-custom-user-data-gradle-plugin:2.0.1"
1010
classpath "org.gradle.toolchains:foojay-resolver:0.8.0"
1111
}
1212
}

0 commit comments

Comments
 (0)