Skip to content

Commit 8a563d5

Browse files
authored
Merge pull request #10463 from testcontainers/combined-pr-branch
Combined dependencies PR
2 parents e886af4 + b127e44 commit 8a563d5

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
@@ -121,7 +121,7 @@ dependencies {
121121
testImplementation files('testlib/repo/fakejar/fakejar/0/fakejar-0.jar')
122122

123123
testImplementation 'org.assertj:assertj-core:3.27.3'
124-
testImplementation 'io.rest-assured:rest-assured:5.5.0'
124+
testImplementation 'io.rest-assured:rest-assured:5.5.5'
125125

126126
jarFileTestCompileOnly "org.projectlombok:lombok:${lombok.version}"
127127
jarFileTestAnnotationProcessor "org.projectlombok:lombok:${lombok.version}"

modules/chromadb/build.gradle

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

66
testImplementation 'org.assertj:assertj-core:3.27.3'
7-
testImplementation 'io.rest-assured:rest-assured:5.5.0'
7+
testImplementation 'io.rest-assured:rest-assured:5.5.5'
88
}

modules/consul/build.gradle

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

66
testImplementation 'com.ecwid.consul:consul-api:1.4.5'
7-
testImplementation 'io.rest-assured:rest-assured:5.5.0'
7+
testImplementation 'io.rest-assured:rest-assured:5.5.5'
88
testImplementation 'org.assertj:assertj-core:3.27.3'
99
}

modules/grafana/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.27.3'
7-
testImplementation 'io.rest-assured:rest-assured:5.5.0'
7+
testImplementation 'io.rest-assured:rest-assured:5.5.5'
88
testImplementation 'io.micrometer:micrometer-registry-otlp:1.13.4'
99
testImplementation 'uk.org.webcompere:system-stubs-junit4:2.1.6'
1010

modules/ollama/build.gradle

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

66
testImplementation 'org.assertj:assertj-core:3.27.3'
7-
testImplementation 'io.rest-assured:rest-assured:5.5.0'
7+
testImplementation 'io.rest-assured:rest-assured:5.5.5'
88
}

modules/redpanda/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ dependencies {
66

77
testImplementation 'org.apache.kafka:kafka-clients:3.8.0'
88
testImplementation 'org.assertj:assertj-core:3.27.3'
9-
testImplementation 'io.rest-assured:rest-assured:5.5.0'
9+
testImplementation 'io.rest-assured:rest-assured:5.5.5'
1010
testImplementation 'org.awaitility:awaitility:4.3.0'
1111
}

modules/vault/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 'com.bettercloud:vault-java-driver:5.1.0'
7-
testImplementation 'io.rest-assured:rest-assured:5.5.0'
7+
testImplementation 'io.rest-assured:rest-assured:5.5.5'
88
testImplementation 'org.assertj:assertj-core:3.27.3'
99

1010
}

0 commit comments

Comments
 (0)