Skip to content

Commit

Permalink
Bump com.google.guava:guava from 11.0 to 23.0 in /pig
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] committed Feb 8, 2023
1 parent f363139 commit 68e77a5
Showing 1 changed file with 1 addition and 1 deletion.
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 68e77a5

Please sign in to comment.