Skip to content

Commit

Permalink
Bump com.google.guava:guava from 11.0 to 23.0 in /pig (#53)
Browse files Browse the repository at this point in the history
* Bump com.google.guava:guava from 11.0 to 23.0 in /pig

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

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

Signed-off-by: dependabot[bot] <support@github.com>

* Update changelog

Signed-off-by: dependabot[bot] <support@github.com>

---------

Signed-off-by: dependabot[bot] <support@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
dependabot[bot] and dependabot[bot] committed Feb 8, 2023
1 parent e43034a commit 271acbd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
### Removed
### Fixed
### Security
### Dependencies
- Bumps `com.google.guava:guava` from 11.0 to 23.0


[Unreleased]: https://github.com/opensearch-project/opensearch-hadoop/compare/main...HEAD
[Unreleased]: https://github.com/opensearch-project/opensearch-hadoop/compare/main...HEAD
2 changes: 1 addition & 1 deletion pig/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependencies {
testImplementation("com.fasterxml.jackson.core:jackson-databind:2.7.8")
testImplementation("org.apache.pig:pig:$pigVersion:$pigClassifier")
testImplementation("joda-time:joda-time:$jodaVersion")
testImplementation("com.google.guava:guava:11.0")
testImplementation("com.google.guava:guava:23.0")
testImplementation("jline:jline:0.9.94")

itestEmbedded(project(":test:shared"))
Expand Down

0 comments on commit 271acbd

Please sign in to comment.