File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ dependencies {
90
90
implementation(" org.slf4j:slf4j-reload4j:2.0.13" )
91
91
implementation(" org.junit.jupiter:junit-jupiter-api:5.11.3" )
92
92
implementation(" org.testcontainers:testcontainers:1.20.6" )
93
- implementation(" org.testcontainers:toxiproxy:1.20.6 " )
93
+ implementation(" org.testcontainers:toxiproxy:1.21.0 " )
94
94
95
95
/*
96
96
Will in side the Confluent Archive
@@ -117,7 +117,7 @@ dependencies {
117
117
testImplementation(" org.testcontainers:kafka:1.20.6" )
118
118
testImplementation(" com.squareup.okhttp3:okhttp:4.12.0" )
119
119
testImplementation(" org.json:json:20240303" )
120
- testImplementation(" org.testcontainers:toxiproxy:1.20.6 " )
120
+ testImplementation(" org.testcontainers:toxiproxy:1.21.0 " )
121
121
testImplementation(" org.apache.httpcomponents.client5:httpclient5:5.4.4" )
122
122
testImplementation(" com.clickhouse:clickhouse-jdbc:${project.extra[" clickHouseDriverVersion" ]} :all" )
123
123
testImplementation(" com.clickhouse:clickhouse-client:${project.extra[" clickHouseDriverVersion" ]} " )
You can’t perform that action at this time.
0 commit comments