From 75bd65acd1eabe0dabf239b27622bce7aabe6feb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 12:52:01 +1300 Subject: [PATCH] Bump com.fasterxml.jackson.core:jackson-annotations from 2.17.2 to 2.18.0 in /spark/sql-30 (#522) * Bump com.fasterxml.jackson.core:jackson-annotations in /spark/sql-30 Bumps [com.fasterxml.jackson.core:jackson-annotations](https://github.com/FasterXML/jackson) from 2.17.2 to 2.18.0. - [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-minor ... Signed-off-by: dependabot[bot] * Update changelog Signed-off-by: dependabot[bot] --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] --- CHANGELOG.md | 1 + spark/sql-30/build.gradle | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d7a818d98..7ec0b6cce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ### Dependencies - Bumps `com.fasterxml.jackson.core:jackson-databind` from 2.17.2 to 2.18.0 +- Bumps `com.fasterxml.jackson.core:jackson-annotations` from 2.17.2 to 2.18.0 ## [1.3.0] ### Added diff --git a/spark/sql-30/build.gradle b/spark/sql-30/build.gradle index cb46bbf27..d66db39cf 100644 --- a/spark/sql-30/build.gradle +++ b/spark/sql-30/build.gradle @@ -78,7 +78,7 @@ sparkVariants { // Scala compiler needs these for arcane reasons, but they are not used in the api nor the runtime add(variant.configuration('compileOnly'), "org.apache.hadoop.thirdparty:hadoop-shaded-protobuf_3_7:1.1.1") - add(variant.configuration('compileOnly'), "com.fasterxml.jackson.core:jackson-annotations:2.17.2") + add(variant.configuration('compileOnly'), "com.fasterxml.jackson.core:jackson-annotations:2.18.0") add(variant.configuration('compileOnly'), "org.json4s:json4s-jackson_${variant.scalaMajorVersion}:3.6.6") add(variant.configuration('compileOnly'), "org.json4s:json4s-ast_${variant.scalaMajorVersion}:3.6.6") add(variant.configuration('compileOnly'), "org.apache.spark:spark-tags_${variant.scalaMajorVersion}:$variant.sparkVersion")