Skip to content

Commit

Permalink
Bump guava from 30.0-jre to 30.1-jre (#7218)
Browse files Browse the repository at this point in the history
Bumps [guava](https://github.com/google/guava) from 30.0-jre to 30.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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Dec 21, 2020
1 parent 2b7b0da commit 439a8f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ dependencies {
exclude module: 'oraclepki'
}

implementation ('com.google.guava:guava:30.0-jre') {
implementation ('com.google.guava:guava:30.1-jre') {
// TODO: Remove this as soon as https://github.com/google/guava/issues/2960 is fixed
exclude module: "jsr305"
}
Expand Down

0 comments on commit 439a8f8

Please sign in to comment.