Skip to content

Commit

Permalink
Merge pull request #473 from ClickHouse/bump-version
Browse files Browse the repository at this point in the history
Update build.gradle.kts
  • Loading branch information
Paultagoras authored Nov 18, 2024
2 parents 4b2311e + 5ca05a7 commit bce144d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ dependencies {
implementation("com.clickhouse:clickhouse-http-client:${project.extra["clickHouseDriverVersion"]}")
implementation("com.clickhouse:clickhouse-data:${project.extra["clickHouseDriverVersion"]}")
implementation("com.clickhouse:client-v2:${project.extra["clickHouseDriverVersion"]}")
implementation("io.lettuce:lettuce-core:6.4.0.RELEASE")
implementation("io.lettuce:lettuce-core:6.5.0.RELEASE")
implementation("com.google.code.gson:gson:2.11.0")
// https://mvnrepository.com/artifact/org.apache.httpcomponents.client5/httpclient5
implementation("org.apache.httpcomponents.client5:httpclient5:5.3.1")
Expand Down Expand Up @@ -100,7 +100,7 @@ dependencies {
Will in side the Confluent Archive
*/
clickhouseDependencies("org.apache.httpcomponents.client5:httpclient5:5.3.1")
clickhouseDependencies("io.lettuce:lettuce-core:6.4.0.RELEASE")
clickhouseDependencies("io.lettuce:lettuce-core:6.5.0.RELEASE")
clickhouseDependencies("com.clickhouse:clickhouse-client:${project.extra["clickHouseDriverVersion"]}")
clickhouseDependencies("com.clickhouse:client-v2:${project.extra["clickHouseDriverVersion"]}")
clickhouseDependencies("com.clickhouse:clickhouse-http-client:${project.extra["clickHouseDriverVersion"]}")
Expand Down

0 comments on commit bce144d

Please sign in to comment.