Skip to content

Commit

Permalink
Merge pull request #485 from ClickHouse/dependabot/gradle/org.testcon…
Browse files Browse the repository at this point in the history
…tainers-testcontainers-1.20.4

Bump org.testcontainers:testcontainers from 1.20.1 to 1.20.4
  • Loading branch information
Paultagoras authored Feb 12, 2025
2 parents 902d2d6 + a5427cb commit c76b952
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ dependencies {
// TODO: need to remove ???
implementation("org.slf4j:slf4j-reload4j:2.0.13")
implementation("org.junit.jupiter:junit-jupiter-api:5.11.3")
implementation("org.testcontainers:testcontainers:1.20.1")
implementation("org.testcontainers:toxiproxy:1.20.1")
implementation("org.testcontainers:testcontainers:1.20.4")
implementation("org.testcontainers:toxiproxy:1.20.4")

/*
Will in side the Confluent Archive
Expand All @@ -114,10 +114,10 @@ dependencies {

// IntegrationTests
testImplementation("org.testcontainers:clickhouse:1.20.3")
testImplementation("org.testcontainers:kafka:1.20.1")
testImplementation("org.testcontainers:kafka:1.20.4")
testImplementation("com.squareup.okhttp3:okhttp:4.12.0")
testImplementation("org.json:json:20240303")
testImplementation("org.testcontainers:toxiproxy:1.20.1")
testImplementation("org.testcontainers:toxiproxy:1.20.4")
testImplementation("org.apache.httpcomponents.client5:httpclient5:5.3.1")
testImplementation("com.clickhouse:clickhouse-jdbc:${project.extra["clickHouseDriverVersion"]}:all")
testImplementation("com.clickhouse:clickhouse-client:${project.extra["clickHouseDriverVersion"]}")
Expand Down

0 comments on commit c76b952

Please sign in to comment.