Skip to content

Commit 688fab8

Browse files
Bump com.clickhouse:jdbc-v2 from 0.7.2 to 0.9.0 in /modules/clickhouse
Bumps [com.clickhouse:jdbc-v2](https://github.com/ClickHouse/clickhouse-java) from 0.7.2 to 0.9.0. - [Release notes](https://github.com/ClickHouse/clickhouse-java/releases) - [Changelog](https://github.com/ClickHouse/clickhouse-java/blob/main/CHANGELOG.md) - [Commits](ClickHouse/clickhouse-java@v0.7.2...v0.9.0) --- updated-dependencies: - dependency-name: com.clickhouse:jdbc-v2 dependency-version: 0.9.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9734573 commit 688fab8

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,14 +5,14 @@ dependencies {
55
api project(':jdbc')
66

77
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')
99

1010
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')
1313

1414
testImplementation 'org.apache.httpcomponents.client5:httpclient5:5.4.2'
1515
testImplementation 'org.assertj:assertj-core:3.27.3'
1616
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')
1818
}

0 commit comments

Comments
 (0)