Skip to content

Commit 8fec2d5

Browse files
Bump com.fasterxml.jackson.core:jackson-annotations in /spark/sql-40
Bumps [com.fasterxml.jackson.core:jackson-annotations](https://github.com/FasterXML/jackson) from 2.20 to 2.21. - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-annotations dependency-version: '2.21' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 83ce070 commit 8fec2d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spark/sql-40/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ sparkVariants {
9191

9292
// Scala compiler needs these for arcane reasons, but they are not used in the api nor the runtime
9393
add(variant.configuration('compileOnly'), "org.apache.hadoop.thirdparty:hadoop-shaded-protobuf_3_7:1.1.1")
94-
add(variant.configuration('compileOnly'), "com.fasterxml.jackson.core:jackson-annotations:2.20")
94+
add(variant.configuration('compileOnly'), "com.fasterxml.jackson.core:jackson-annotations:2.21")
9595
add(variant.configuration('compileOnly'), "org.json4s:json4s-jackson_${variant.scalaMajorVersion}:4.0.7")
9696
add(variant.configuration('compileOnly'), "org.json4s:json4s-ast_${variant.scalaMajorVersion}:4.0.7")
9797
add(variant.configuration('compileOnly'), "org.apache.spark:spark-tags_${variant.scalaMajorVersion}:$variant.sparkVersion")

0 commit comments

Comments
 (0)