Compare commits

...

1 Commits

Author SHA1 Message Date
dependabot[bot] 5a6bf791b9
Bump guava from 24.0-jre to 29.0-jre in /cf-chat/cf-chat-domain
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:11:07 +00:00
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>24.0-jre</version>
<version>29.0-jre</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>