Skip to content

Commit 18355d1

Browse files
Bump com.fasterxml.jackson.core:jackson-annotations from 2.19.1 to 2.20 in /spark/sql-30 (#627)
* 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.19.1 to 2.20. - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-annotations dependency-version: '2.20' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Update changelog Signed-off-by: dependabot[bot] <support@github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Harsha Vamsi Kalluri <harshavamsi096@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com> Co-authored-by: Harsha Vamsi Kalluri <harshavamsi096@gmail.com>
1 parent 50e57df commit 18355d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spark/sql-30/build.gradle

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

7979
// Scala compiler needs these for arcane reasons, but they are not used in the api nor the runtime
8080
add(variant.configuration('compileOnly'), "org.apache.hadoop.thirdparty:hadoop-shaded-protobuf_3_7:1.1.1")
81-
add(variant.configuration('compileOnly'), "com.fasterxml.jackson.core:jackson-annotations:2.19.1")
81+
add(variant.configuration('compileOnly'), "com.fasterxml.jackson.core:jackson-annotations:2.20")
8282
add(variant.configuration('compileOnly'), "org.json4s:json4s-jackson_${variant.scalaMajorVersion}:3.6.6")
8383
add(variant.configuration('compileOnly'), "org.json4s:json4s-ast_${variant.scalaMajorVersion}:3.6.6")
8484
add(variant.configuration('compileOnly'), "org.apache.spark:spark-tags_${variant.scalaMajorVersion}:$variant.sparkVersion")

0 commit comments

Comments
 (0)