Skip to content

Commit

Permalink
Bump com.fasterxml.jackson.core:jackson-annotations in /spark/sql-20
Browse files Browse the repository at this point in the history
Bumps [com.fasterxml.jackson.core:jackson-annotations](https://github.com/FasterXML/jackson) from 2.17.1 to 2.17.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] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jul 8, 2024
1 parent be87808 commit 780daff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spark/sql-20/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,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.1")
add(variant.configuration('compileOnly'), "com.fasterxml.jackson.core:jackson-annotations:2.17.2")
add(variant.configuration('compileOnly'), "org.json4s:json4s-jackson_${variant.scalaMajorVersion}:3.2.11")
add(variant.configuration('compileOnly'), "org.apache.spark:spark-tags_${variant.scalaMajorVersion}:$variant.sparkVersion")

Expand Down

0 comments on commit 780daff

Please sign in to comment.