Skip to content

Commit

Permalink
Bump com.google.guava:guava from 16.0.1 to 23.0 in /spark/sql-13 (#115)…
Browse files Browse the repository at this point in the history
… (#122)

* Bump com.google.guava:guava from 16.0.1 to 23.0 in /spark/sql-13

Bumps [com.google.guava:guava](https://github.com/google/guava) from 16.0.1 to 23.0.
- [Release notes](https://github.com/google/guava/releases)
- [Commits](google/guava@v16.0.1...v23.0)

---
updated-dependencies:
- dependency-name: com.google.guava:guava
  dependency-type: direct:production
  update-type: version-update:semver-major
...



* Update changelog



---------




(cherry picked from commit 6772288)

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
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
4 people committed Feb 21, 2023
1 parent 09694e7 commit 5a15f09
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 @@ -11,6 +11,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
### Fixed
### Security
### Dependencies
- Bumps `com.google.guava:guava` from 16.0.1 to 23.0
- Bumps `com.google.guava:guava` from 11.0 to 23.0
- Bumps `commons-codec:commons-codec` from 1.4 to 1.15
- Bumps `com.google.code.findbugs:jsr305` from 2.0.1 to 3.0.2
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 @@ -76,7 +76,7 @@ sparkVariants {

// 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.google.guava:guava:16.0.1")
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

0 comments on commit 5a15f09

Please sign in to comment.