Skip to content

Commit e7a6936

Browse files
Bump org.testcontainers:toxiproxy from 1.20.6 to 1.21.0
Bumps [org.testcontainers:toxiproxy](https://github.com/testcontainers/testcontainers-java) from 1.20.6 to 1.21.0. - [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.6...1.21.0) --- updated-dependencies: - dependency-name: org.testcontainers:toxiproxy dependency-version: 1.21.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 862ff98 commit e7a6936

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ dependencies {
9090
implementation("org.slf4j:slf4j-reload4j:2.0.13")
9191
implementation("org.junit.jupiter:junit-jupiter-api:5.11.3")
9292
implementation("org.testcontainers:testcontainers:1.20.6")
93-
implementation("org.testcontainers:toxiproxy:1.20.6")
93+
implementation("org.testcontainers:toxiproxy:1.21.0")
9494

9595
/*
9696
Will in side the Confluent Archive
@@ -117,7 +117,7 @@ dependencies {
117117
testImplementation("org.testcontainers:kafka:1.20.6")
118118
testImplementation("com.squareup.okhttp3:okhttp:4.12.0")
119119
testImplementation("org.json:json:20240303")
120-
testImplementation("org.testcontainers:toxiproxy:1.20.6")
120+
testImplementation("org.testcontainers:toxiproxy:1.21.0")
121121
testImplementation("org.apache.httpcomponents.client5:httpclient5:5.4.4")
122122
testImplementation("com.clickhouse:clickhouse-jdbc:${project.extra["clickHouseDriverVersion"]}:all")
123123
testImplementation("com.clickhouse:clickhouse-client:${project.extra["clickHouseDriverVersion"]}")

0 commit comments

Comments
 (0)