Skip to content

Commit

Permalink
Merge pull request #483 from ClickHouse/dependabot/gradle/com.fasterx…
Browse files Browse the repository at this point in the history
…ml.jackson.core-jackson-databind-2.18.2

Bump com.fasterxml.jackson.core:jackson-databind from 2.17.2 to 2.18.2
  • Loading branch information
Paultagoras authored Feb 12, 2025
2 parents d1a8ac7 + 6793a0a commit 226ccfe
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 @@ -82,7 +82,7 @@ dependencies {

// To parse JSON response from ClickHouse to parse complex data types correctly
implementation("com.fasterxml.jackson.core:jackson-core:2.17.2")
implementation("com.fasterxml.jackson.core:jackson-databind:2.17.2")
implementation("com.fasterxml.jackson.core:jackson-databind:2.18.2")
implementation("com.fasterxml.jackson.core:jackson-annotations:2.18.1")


Expand All @@ -101,7 +101,7 @@ dependencies {
clickhouseDependencies("com.clickhouse:clickhouse-http-client:${project.extra["clickHouseDriverVersion"]}")
clickhouseDependencies("com.google.code.gson:gson:2.11.0")
clickhouseDependencies("com.fasterxml.jackson.core:jackson-core:2.17.2")
clickhouseDependencies("com.fasterxml.jackson.core:jackson-databind:2.17.2")
clickhouseDependencies("com.fasterxml.jackson.core:jackson-databind:2.18.2")
clickhouseDependencies("com.fasterxml.jackson.core:jackson-annotations:2.18.1")

// Unit Tests
Expand Down

0 comments on commit 226ccfe

Please sign in to comment.