Skip to content

Commit

Permalink
Bump org.testcontainers:testcontainers from 1.20.1 to 1.20.4
Browse files Browse the repository at this point in the history
Bumps [org.testcontainers:testcontainers](https://github.com/testcontainers/testcontainers-java) from 1.20.1 to 1.20.4.
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md)
- [Commits](testcontainers/testcontainers-java@1.20.1...1.20.4)

---
updated-dependencies:
- dependency-name: org.testcontainers:testcontainers
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 1, 2024
1 parent 8562081 commit a5427cb
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 @@ -93,8 +93,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 @@ -119,10 +119,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 a5427cb

Please sign in to comment.