Skip to content

Commit

Permalink
Bump com.fasterxml.jackson.core:jackson-annotations from 2.15.2 to 2.…
Browse files Browse the repository at this point in the history
…16.0 in /spark/sql-30

Dependabot couldn't find the original pull request head commit, 2d23c03.
  • Loading branch information
dependabot[bot] authored Dec 11, 2023
1 parent b67abc0 commit a60cb34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spark/sql-30/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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.15.2")
add(variant.configuration('compileOnly'), "com.fasterxml.jackson.core:jackson-annotations:2.16.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")
Expand Down

0 comments on commit a60cb34

Please sign in to comment.