Skip to content

Commit 1c264eb

Browse files
Bump com.clickhouse:jdbc-v2 from 0.7.2 to 0.8.6 in /modules/clickhouse
Bumps [com.clickhouse:jdbc-v2](https://github.com/ClickHouse/clickhouse-java) from 0.7.2 to 0.8.6. - [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.8.6) --- updated-dependencies: - dependency-name: com.clickhouse:jdbc-v2 dependency-version: 0.8.6 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 63189c8 commit 1c264eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/clickhouse/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dependencies {
99

1010
testImplementation project(':jdbc-test')
1111
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')
12+
testRuntimeOnly(group: 'com.clickhouse', name: 'jdbc-v2', version: '0.8.6', classifier: 'http')
1313

1414
testImplementation 'org.apache.httpcomponents.client5:httpclient5:5.4.2'
1515
testImplementation 'org.assertj:assertj-core:3.26.3'

0 commit comments

Comments
 (0)