Skip to content

Commit

Permalink
Bump org.testcontainers:testcontainers from 1.19.1 to 1.19.3
Browse files Browse the repository at this point in the history
Bumps [org.testcontainers:testcontainers](https://github.com/testcontainers/testcontainers-java) from 1.19.1 to 1.19.3.
- [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.19.1...1.19.3)

---
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 Jan 18, 2024
1 parent c69f412 commit 5713a5a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ dependencies {
// TODO: need to remove ???
implementation("org.slf4j:slf4j-reload4j:2.0.9")
implementation("org.junit.jupiter:junit-jupiter-api:5.10.1")
implementation("org.testcontainers:testcontainers:1.19.1")
implementation("org.testcontainers:toxiproxy:1.19.1")
implementation("org.testcontainers:testcontainers:1.19.3")
implementation("org.testcontainers:toxiproxy:1.19.3")

/*
Will in side the Confluent Archive
Expand All @@ -108,7 +108,7 @@ dependencies {
testImplementation("org.testcontainers:kafka:1.19.3")
testImplementation("com.squareup.okhttp3:okhttp:4.12.0")
testImplementation("org.json:json:20231013")
testImplementation("org.testcontainers:toxiproxy:1.19.1")
testImplementation("org.testcontainers:toxiproxy:1.19.3")
testImplementation("org.apache.httpcomponents.client5:httpclient5:5.2.3")
testImplementation("com.clickhouse:clickhouse-jdbc:${project.extra["clickHouseDriverVersion"]}:all")
testImplementation("com.clickhouse:clickhouse-client:${project.extra["clickHouseDriverVersion"]}")
Expand Down

0 comments on commit 5713a5a

Please sign in to comment.