Skip to content

Commit

Permalink
Merge pull request #361 from ClickHouse/dependabot/gradle/io.lettuce-…
Browse files Browse the repository at this point in the history
…lettuce-core-6.3.2.RELEASE

Bump io.lettuce:lettuce-core from 6.3.1.RELEASE to 6.3.2.RELEASE
  • Loading branch information
Paultagoras authored Apr 2, 2024
2 parents 947f133 + b1f6a12 commit 694ba8b
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 @@ -75,7 +75,7 @@ dependencies {
implementation("com.clickhouse:clickhouse-client:${project.extra["clickHouseDriverVersion"]}")
implementation("com.clickhouse:clickhouse-http-client:${project.extra["clickHouseDriverVersion"]}")
implementation("com.clickhouse:clickhouse-data:${project.extra["clickHouseDriverVersion"]}")
implementation("io.lettuce:lettuce-core:6.3.1.RELEASE")
implementation("io.lettuce:lettuce-core:6.3.2.RELEASE")
implementation("com.google.code.gson:gson:2.10.1")
// https://mvnrepository.com/artifact/org.apache.httpcomponents.client5/httpclient5
implementation("org.apache.httpcomponents.client5:httpclient5:5.3.1")
Expand All @@ -90,7 +90,7 @@ dependencies {
Will in side the Confluent Archive
*/
clickhouseDependencies("org.apache.httpcomponents.client5:httpclient5:5.3.1")
clickhouseDependencies("io.lettuce:lettuce-core:6.3.1.RELEASE")
clickhouseDependencies("io.lettuce:lettuce-core:6.3.2.RELEASE")
clickhouseDependencies("com.clickhouse:clickhouse-client:${project.extra["clickHouseDriverVersion"]}")
clickhouseDependencies("com.clickhouse:clickhouse-http-client:${project.extra["clickHouseDriverVersion"]}")
clickhouseDependencies("com.google.code.gson:gson:2.10.1")
Expand Down

0 comments on commit 694ba8b

Please sign in to comment.