Skip to content

Commit c76b952

Browse files
authored
Merge pull request #485 from ClickHouse/dependabot/gradle/org.testcontainers-testcontainers-1.20.4
Bump org.testcontainers:testcontainers from 1.20.1 to 1.20.4
2 parents 902d2d6 + a5427cb commit c76b952

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle.kts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ dependencies {
8989
// TODO: need to remove ???
9090
implementation("org.slf4j:slf4j-reload4j:2.0.13")
9191
implementation("org.junit.jupiter:junit-jupiter-api:5.11.3")
92-
implementation("org.testcontainers:testcontainers:1.20.1")
93-
implementation("org.testcontainers:toxiproxy:1.20.1")
92+
implementation("org.testcontainers:testcontainers:1.20.4")
93+
implementation("org.testcontainers:toxiproxy:1.20.4")
9494

9595
/*
9696
Will in side the Confluent Archive
@@ -114,10 +114,10 @@ dependencies {
114114

115115
// IntegrationTests
116116
testImplementation("org.testcontainers:clickhouse:1.20.3")
117-
testImplementation("org.testcontainers:kafka:1.20.1")
117+
testImplementation("org.testcontainers:kafka:1.20.4")
118118
testImplementation("com.squareup.okhttp3:okhttp:4.12.0")
119119
testImplementation("org.json:json:20240303")
120-
testImplementation("org.testcontainers:toxiproxy:1.20.1")
120+
testImplementation("org.testcontainers:toxiproxy:1.20.4")
121121
testImplementation("org.apache.httpcomponents.client5:httpclient5:5.3.1")
122122
testImplementation("com.clickhouse:clickhouse-jdbc:${project.extra["clickHouseDriverVersion"]}:all")
123123
testImplementation("com.clickhouse:clickhouse-client:${project.extra["clickHouseDriverVersion"]}")

0 commit comments

Comments
 (0)