Skip to content

Commit b665036

Browse files
authored
Merge pull request #11670 from testcontainers/combined-pr-branch
Combined dependencies PR
2 parents db2f901 + 92d2363 commit b665036

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

modules/chromadb/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ description = "Testcontainers :: ChromaDB"
33
dependencies {
44
api project(':testcontainers')
55

6-
testImplementation 'io.rest-assured:rest-assured:5.5.6'
6+
testImplementation 'io.rest-assured:rest-assured:5.5.7'
77
}

modules/consul/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 'com.ecwid.consul:consul-api:1.4.5'
7-
testImplementation 'io.rest-assured:rest-assured:5.5.6'
7+
testImplementation 'io.rest-assured:rest-assured:5.5.7'
88
}

modules/grafana/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description = "Testcontainers :: Grafana"
33
dependencies {
44
api project(':testcontainers')
55

6-
testImplementation 'io.rest-assured:rest-assured:5.5.6'
6+
testImplementation 'io.rest-assured:rest-assured:5.5.7'
77
testImplementation 'io.micrometer:micrometer-registry-otlp:1.16.1'
88
testImplementation 'uk.org.webcompere:system-stubs-jupiter:2.1.8'
99

modules/mockserver/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.mock-server:mockserver-client-java:5.15.0'
7-
testImplementation 'io.rest-assured:rest-assured:5.5.6'
7+
testImplementation 'io.rest-assured:rest-assured:5.5.7'
88
}

modules/ollama/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ description = "Testcontainers :: Ollama"
33
dependencies {
44
api project(':testcontainers')
55

6-
testImplementation 'io.rest-assured:rest-assured:5.5.6'
6+
testImplementation 'io.rest-assured:rest-assured:5.5.7'
77
}

modules/redpanda/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ dependencies {
55
shaded 'org.freemarker:freemarker:2.3.34'
66

77
testImplementation 'org.apache.kafka:kafka-clients:4.1.1'
8-
testImplementation 'io.rest-assured:rest-assured:5.5.6'
8+
testImplementation 'io.rest-assured:rest-assured:5.5.7'
99
testImplementation 'org.awaitility:awaitility:4.3.0'
1010
}

modules/vault/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 'com.bettercloud:vault-java-driver:5.1.0'
7-
testImplementation 'io.rest-assured:rest-assured:5.5.6'
7+
testImplementation 'io.rest-assured:rest-assured:5.5.7'
88
}

0 commit comments

Comments
 (0)