Skip to content

Commit 0bba5ef

Browse files
authored
Merge pull request #10800 from testcontainers/combined-pr-branch
Combined dependencies PR
2 parents 723c5d9 + 045ee86 commit 0bba5ef

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

core/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ dependencies {
7272
api 'org.slf4j:slf4j-api:1.7.36'
7373
compileOnly 'org.jetbrains:annotations:26.0.2-1'
7474
testCompileOnly 'org.jetbrains:annotations:26.0.2-1'
75-
api 'org.apache.commons:commons-compress:1.24.0'
75+
api 'org.apache.commons:commons-compress:1.28.0'
7676
api ('org.rnorth.duct-tape:duct-tape:1.0.8') {
7777
exclude(group: 'org.jetbrains', module: 'annotations')
7878
}
@@ -109,7 +109,7 @@ dependencies {
109109
exclude group: 'com.google.guava', module: 'guava'
110110
}
111111
testImplementation 'org.apache.httpcomponents:httpclient:4.5.14'
112-
testImplementation 'redis.clients:jedis:6.1.0'
112+
testImplementation 'redis.clients:jedis:6.2.0'
113113
testImplementation 'com.rabbitmq:amqp-client:5.26.0'
114114
testImplementation 'org.mongodb:mongo-java-driver:3.12.14'
115115

@@ -119,13 +119,13 @@ dependencies {
119119
// Synthetic JAR used for MountableFileTest and DirectoryTarResourceTest
120120
testImplementation files('testlib/repo/fakejar/fakejar/0/fakejar-0.jar')
121121

122-
testImplementation 'org.assertj:assertj-core:3.27.4'
122+
testImplementation 'org.assertj:assertj-core:3.27.6'
123123
testImplementation 'io.rest-assured:rest-assured:5.5.6'
124124

125125
jarFileTestCompileOnly "org.projectlombok:lombok:${lombok.version}"
126126
jarFileTestAnnotationProcessor "org.projectlombok:lombok:${lombok.version}"
127127
jarFileTestImplementation 'junit:junit:4.13.2'
128-
jarFileTestImplementation 'org.assertj:assertj-core:3.27.4'
128+
jarFileTestImplementation 'org.assertj:assertj-core:3.27.6'
129129
jarFileTestImplementation 'org.ow2.asm:asm-debug-all:5.2'
130130
}
131131

modules/qdrant/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dependencies {
88
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.4'
99
testImplementation 'org.assertj:assertj-core:3.27.4'
1010
testImplementation 'io.qdrant:client:1.15.0'
11-
testImplementation platform('io.grpc:grpc-bom:1.73.0')
11+
testImplementation platform('io.grpc:grpc-bom:1.75.0')
1212
testImplementation 'io.grpc:grpc-stub'
1313
testImplementation 'io.grpc:grpc-protobuf'
1414
testImplementation 'io.grpc:grpc-netty-shaded'

0 commit comments

Comments
 (0)