Bump guava from 24.0-jre to 24.1.1-jre in /cf-framework-utils

Bumps [guava](https://github.com/google/guava) from 24.0-jre to 24.1.1-jre.
- [Release notes](https://github.com/google/guava/releases)
- [Commits](https://github.com/google/guava/commits)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2020-06-18 22:49:08 +00:00 committed by GitHub
parent 3cb9692ea6
commit 499acb0648
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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>24.1.1-jre</version>
</dependency>
</dependencies>
<build>