Skip to content

Commit

Permalink
Bump com.fasterxml.jackson.core:jackson-databind from 2.17.2 to 2.18.2
Browse files Browse the repository at this point in the history
Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.17.2 to 2.18.2.
- [Commits](https://github.com/FasterXML/jackson/commits)

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 1, 2024
1 parent 8562081 commit 6793a0a
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 @@ -86,7 +86,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 @@ -106,7 +106,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 6793a0a

Please sign in to comment.