Skip to content

Commit

Permalink
Bump com.fasterxml.jackson.core:jackson-annotations from 2.6.7 to 2.14.2
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.6.7 to 2.14.2.
- [Release notes](https://github.com/FasterXML/jackson/releases)
- [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] <support@github.com>
  • Loading branch information
dependabot[bot] committed Feb 27, 2023
1 parent 038c5d5 commit 717d8fe
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion qa/kerberos/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ dependencies {
}

compileOnly("com.fasterxml.jackson.module:jackson-module-scala_2.12:2.6.7.1")
compileOnly("com.fasterxml.jackson.core:jackson-annotations:2.6.7")
compileOnly("com.fasterxml.jackson.core:jackson-annotations:2.14.2")
compileOnly("org.json4s:json4s-jackson_2.12:3.2.11")
compileOnly("org.slf4j:slf4j-api:1.7.6")

Expand Down
2 changes: 1 addition & 1 deletion spark/sql-13/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ sparkVariants {
add(variant.configuration('implementation'), "org.apache.spark:spark-catalyst_${variant.scalaMajorVersion}:$variant.sparkVersion")

// Scala compiler needs these for arcane reasons, but they are not used in the api nor the runtime
add(variant.configuration('compileOnly'), "com.fasterxml.jackson.core:jackson-annotations:2.6.7")
add(variant.configuration('compileOnly'), "com.fasterxml.jackson.core:jackson-annotations:2.14.2")
add(variant.configuration('compileOnly'), "com.google.guava:guava:23.0")
add(variant.configuration('compileOnly'), "org.json4s:json4s-jackson_${variant.scalaMajorVersion}:3.2.11")
add(variant.configuration('compileOnly'), "org.slf4j:slf4j-api:1.7.6")
Expand Down
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.0.0")
add(variant.configuration('compileOnly'), "com.fasterxml.jackson.core:jackson-annotations:2.6.7")
add(variant.configuration('compileOnly'), "com.fasterxml.jackson.core:jackson-annotations:2.14.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
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.6.7")
add(variant.configuration('compileOnly'), "com.fasterxml.jackson.core:jackson-annotations:2.14.2")
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 717d8fe

Please sign in to comment.