From 2ebecf063b9dabed6c673e569d6a3cbbf8ac3bf7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 20:45:23 +0000 Subject: [PATCH] Bump com.fasterxml.jackson.core:jackson-annotations Bumps [com.fasterxml.jackson.core:jackson-annotations](https://github.com/FasterXML/jackson) from 2.18.1 to 2.18.2. - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-annotations dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 153bf242..c4e5081a 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -87,7 +87,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-annotations:2.18.1") + implementation("com.fasterxml.jackson.core:jackson-annotations:2.18.2") // TODO: need to remove ??? @@ -107,7 +107,7 @@ dependencies { 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-annotations:2.18.1") + clickhouseDependencies("com.fasterxml.jackson.core:jackson-annotations:2.18.2") // Unit Tests testImplementation(platform("org.junit:junit-bom:${project.extra["junitJupiterVersion"]}"))