@@ -5,15 +5,14 @@ dependencies {
55 api project(' :testcontainers-jdbc' )
66
77 compileOnly project(' :testcontainers-r2dbc' )
8- compileOnly(group : ' com.clickhouse' , name : ' clickhouse-r2dbc' , version : ' 0.7.2 ' , classifier : ' http' )
8+ compileOnly(group : ' com.clickhouse' , name : ' clickhouse-r2dbc' , version : ' 0.9.1 ' , classifier : ' http' )
99
1010 testImplementation project(' :testcontainers-jdbc-test' )
11- testRuntimeOnly(group : ' com.clickhouse' , name : ' clickhouse-jdbc' , version : ' 0.7.2' , classifier : ' http' )
12- testRuntimeOnly(group : ' com.clickhouse' , name : ' jdbc-v2' , version : ' 0.7.2' , classifier : ' http' )
11+ testRuntimeOnly(group : ' com.clickhouse' , name : ' clickhouse-jdbc' , version : ' 0.9.1' , classifier : ' all' )
1312
1413 testImplementation ' org.apache.httpcomponents.client5:httpclient5:5.4.2'
1514 testImplementation ' org.assertj:assertj-core:3.27.3'
16- testImplementation ' com.clickhouse:client-v2:0.9.0 '
15+ testImplementation ' com.clickhouse:client-v2:0.9.1 '
1716 testImplementation testFixtures(project(' :testcontainers-r2dbc' ))
18- testRuntimeOnly(group : ' com.clickhouse' , name : ' clickhouse-r2dbc' , version : ' 0.7.2 ' , classifier : ' http' )
17+ testRuntimeOnly(group : ' com.clickhouse' , name : ' clickhouse-r2dbc' , version : ' 0.9.1 ' , classifier : ' http' )
1918}
0 commit comments