Skip to content

Commit

Permalink
Bump guava from 20.0 to 23.0 (#957)
Browse files Browse the repository at this point in the history
Bumps [guava](https://github.com/google/guava) from 20.0 to 23.0.
- [Release notes](https://github.com/google/guava/releases)
- [Commits](google/guava@v20.0...v23.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] authored and aklish committed Sep 11, 2019
1 parent d642f92 commit 8475b41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion elide-standalone/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>27.1-jre</version>
<version>23.0</version>
</dependency>

<!-- Hibernate -->
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>20.0</version>
<version>23.0</version>
</dependency>
<dependency>
<groupId>javax.inject</groupId>
Expand Down

0 comments on commit 8475b41

Please sign in to comment.