@@ -5,14 +5,14 @@ dependencies {
5
5
api project(' :jdbc' )
6
6
7
7
compileOnly project(' :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.0 ' , classifier : ' http' )
9
9
10
10
testImplementation project(' :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.0 ' , classifier : ' http' )
12
+ testRuntimeOnly(group : ' com.clickhouse' , name : ' jdbc-v2' , version : ' 0.9.0 ' , classifier : ' http' )
13
13
14
14
testImplementation ' org.apache.httpcomponents.client5:httpclient5:5.4.2'
15
15
testImplementation ' org.assertj:assertj-core:3.27.3'
16
16
testImplementation testFixtures(project(' :r2dbc' ))
17
- testRuntimeOnly(group : ' com.clickhouse' , name : ' clickhouse-r2dbc' , version : ' 0.7.2 ' , classifier : ' http' )
17
+ testRuntimeOnly(group : ' com.clickhouse' , name : ' clickhouse-r2dbc' , version : ' 0.9.0 ' , classifier : ' http' )
18
18
}
0 commit comments