Skip to content

Commit

Permalink
Bump guava from 28.0-jre to 29.0-jre in /integration_tests (#3292)
Browse files Browse the repository at this point in the history
Bumps [guava](https://github.com/google/guava) from 28.0-jre to 29.0-jre.
- [Release notes](https://github.com/google/guava/releases)
- [Commits](https://github.com/google/guava/commits)

---
updated-dependencies:
- dependency-name: com.google.guava:guava
  dependency-type: direct:development
...

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] authored Aug 25, 2021
1 parent e6712f8 commit 9f461b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration_tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
to run with, so here we override Guava version for testing -->
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>28.0-jre</version>
<version>29.0-jre</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 9f461b9

Please sign in to comment.