File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -89,8 +89,8 @@ dependencies {
8989 // TODO: need to remove ???
9090 implementation(" org.slf4j:slf4j-reload4j:2.0.13" )
9191 implementation(" org.junit.jupiter:junit-jupiter-api:5.11.3" )
92- implementation(" org.testcontainers:testcontainers:1.20.1 " )
93- implementation(" org.testcontainers:toxiproxy:1.20.1 " )
92+ implementation(" org.testcontainers:testcontainers:1.20.4 " )
93+ implementation(" org.testcontainers:toxiproxy:1.20.4 " )
9494
9595 /*
9696 Will in side the Confluent Archive
@@ -114,10 +114,10 @@ dependencies {
114114
115115 // IntegrationTests
116116 testImplementation(" org.testcontainers:clickhouse:1.20.3" )
117- testImplementation(" org.testcontainers:kafka:1.20.1 " )
117+ testImplementation(" org.testcontainers:kafka:1.20.4 " )
118118 testImplementation(" com.squareup.okhttp3:okhttp:4.12.0" )
119119 testImplementation(" org.json:json:20240303" )
120- testImplementation(" org.testcontainers:toxiproxy:1.20.1 " )
120+ testImplementation(" org.testcontainers:toxiproxy:1.20.4 " )
121121 testImplementation(" org.apache.httpcomponents.client5:httpclient5:5.3.1" )
122122 testImplementation(" com.clickhouse:clickhouse-jdbc:${project.extra[" clickHouseDriverVersion" ]} :all" )
123123 testImplementation(" com.clickhouse:clickhouse-client:${project.extra[" clickHouseDriverVersion" ]} " )
You can’t perform that action at this time.
0 commit comments