Skip to content

Commit

Permalink
Bump clickhouse-java version into 0.8.0 (#494)
Browse files Browse the repository at this point in the history
  • Loading branch information
mzitnik authored Jan 30, 2025
1 parent aa63c72 commit 94091c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# 1.2.7
* Bump clickhouse-java to 0.8.0
* Fix for handling of nullable fields in tuples ClickHouse data type

# 1.2.6
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ repositories {
}

extra.apply {
set("clickHouseDriverVersion", "0.7.1")
set("clickHouseDriverVersion", "0.8.0")
set("kafkaVersion", "2.7.0")

// Testing dependencies
Expand Down

0 comments on commit 94091c4

Please sign in to comment.