Skip to content

Commit 2181d08

Browse files
Bump com.clickhouse:clickhouse-r2dbc in /modules/clickhouse
Bumps [com.clickhouse:clickhouse-r2dbc](https://github.com/ClickHouse/clickhouse-java) from 0.7.0 to 0.8.2. - [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.0...v0.8.2) --- updated-dependencies: - dependency-name: com.clickhouse:clickhouse-r2dbc dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent cf17674 commit 2181d08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/clickhouse/build.gradle

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

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

1010
testImplementation project(':jdbc-test')
1111
testRuntimeOnly(group: 'com.clickhouse', name: 'clickhouse-jdbc', version: '0.7.0', classifier: 'http')
1212
testImplementation 'org.apache.httpcomponents.client5:httpclient5:5.4.2'
1313
testImplementation 'org.assertj:assertj-core:3.26.3'
1414
testImplementation testFixtures(project(':r2dbc'))
15-
testRuntimeOnly(group: 'com.clickhouse', name: 'clickhouse-r2dbc', version: '0.7.0', classifier: 'http')
15+
testRuntimeOnly(group: 'com.clickhouse', name: 'clickhouse-r2dbc', version: '0.8.2', classifier: 'http')
1616
}

0 commit comments

Comments
 (0)