Skip to content

Commit

Permalink
Bump com.fasterxml.jackson.core:jackson-annotations from 2.17.2 to 2.…
Browse files Browse the repository at this point in the history
…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] <[email protected]>

* Update changelog

Signed-off-by: dependabot[bot] <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and dependabot[bot] authored Sep 30, 2024
1 parent 21e4b1f commit 75bd65a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
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.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")
Expand Down

0 comments on commit 75bd65a

Please sign in to comment.