Skip to content

Commit

Permalink
Bump com.google.guava:guava from 16.0.1 to 23.0 in /storm (#129)
Browse files Browse the repository at this point in the history
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
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit 5dc1a7e)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and dependabot[bot] committed Mar 14, 2023
1 parent 0876b1e commit c5931df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storm/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies {
testImplementation(project(":test:shared"))

itestImplementation(project(":test:shared"))
itestImplementation("com.google.guava:guava:16.0.1")
itestImplementation("com.google.guava:guava:23.0")
itestImplementation("com.twitter:carbonite:1.4.0")

additionalSources(project(":opensearch-hadoop-mr"))
Expand Down

0 comments on commit c5931df

Please sign in to comment.