Skip to content

Commit

Permalink
Bump org.apache.hadoop.thirdparty:hadoop-shaded-protobuf_3_7 (#168)
Browse files Browse the repository at this point in the history
Bumps org.apache.hadoop.thirdparty:hadoop-shaded-protobuf_3_7 from 1.0.0 to 1.1.1.

---
updated-dependencies:
- dependency-name: org.apache.hadoop.thirdparty:hadoop-shaded-protobuf_3_7
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Apr 3, 2023
1 parent d6be33f commit 1cebcda
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 @@ -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.0.0")
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.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

0 comments on commit 1cebcda

Please sign in to comment.