Compare commits

...

1 Commits

Author SHA1 Message Date
dependabot[bot] f7a96b56d1
Bump guava from 24.0-jre to 29.0-jre in /cf-framework-utils
Bumps [guava](https://github.com/google/guava) from 24.0-jre to 29.0-jre.
- [Release notes](https://github.com/google/guava/releases)
- [Commits](https://github.com/google/guava/commits)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-31 22:05:52 +00:00
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>24.0-jre</version>
<version>29.0-jre</version>
</dependency>
</dependencies>
<build>