Skip to content

Commit c0fee14

Browse files
committed
Merge remote-tracking branch 'origin/dependabot/gradle/modules/clickhouse/com.clickhouse-clickhouse-jdbc-0.9.2' into combined-pr-branch
2 parents 52a66fc + cc18004 commit c0fee14

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

modules/clickhouse/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ dependencies {
55
api project(':testcontainers-jdbc')
66

77
compileOnly project(':testcontainers-r2dbc')
8-
compileOnly(group: 'com.clickhouse', name: 'clickhouse-r2dbc', version: '0.9.1', classifier: 'http')
8+
compileOnly(group: 'com.clickhouse', name: 'clickhouse-r2dbc', version: '0.9.2', classifier: 'http')
99

1010
testImplementation project(':testcontainers-jdbc-test')
11-
testRuntimeOnly(group: 'com.clickhouse', name: 'clickhouse-jdbc', version: '0.9.1', classifier: 'all')
11+
testRuntimeOnly(group: 'com.clickhouse', name: 'clickhouse-jdbc', version: '0.9.2', classifier: 'all')
1212

13-
testImplementation 'com.clickhouse:client-v2:0.9.1'
13+
testImplementation 'com.clickhouse:client-v2:0.9.2'
1414
testImplementation testFixtures(project(':testcontainers-r2dbc'))
15-
testRuntimeOnly(group: 'com.clickhouse', name: 'clickhouse-r2dbc', version: '0.9.1', classifier: 'http')
15+
testRuntimeOnly(group: 'com.clickhouse', name: 'clickhouse-r2dbc', version: '0.9.2', classifier: 'http')
1616
}

0 commit comments

Comments
 (0)