Bump guava.version from 30.1-jre to 30.1.1-jre in /betterrandom
Bumps guava.version from 30.1-jre to 30.1.1-jre.
Updates guava from 30.1-jre to 30.1.1-jre
Release notes
Sourced from guava's releases.
30.1.1
Maven
<dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>30.1.1-jre</version> <!-- or, for Android: --> <version>30.1.1-android</version> </dependency>Javadoc
JDiff
Changelog
- Increased the aggressiveness of Guava 30.1's warning log message for running
guava-androidunder a Java 7 VM. (Android VMs are unaffected.) If the warning itself causes you trouble, you can eliminate it by silencing the logger forcom.google.common.base.Preconditions(which is used only for this warning). This warning prepares for removing support for Java 7 in 2021. Please report any problems. We have tried to make the warning as safe as possible, but anytime a common library logs, especially as aggressively as we do in this new release, there is the potential forNullPointerExceptionor even deadlock. (To be clear, Guava will not log under Java 8 or Android, but it will under Java 7.) (00c25e9b11)cache: Fixed compatibility betweenasMap().compute(...)and a load. (42bf4f4eb7)cache: Added@CheckReturnValueto some APIs. (a5ef129ffc)collect: Added@DoNotCallto the mutator methods on immutable types (6ae9532d11)hash: Removed@BetafromHashCode. (2c9f161e10)io: Removed@BetafromCountingOutputStream. (d394bac847)
Commits
- See full diff in compare view
Updates guava-testlib from 30.1-jre to 30.1.1-jre
Release notes
Sourced from guava-testlib's releases.
30.1.1
Maven
<dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>30.1.1-jre</version> <!-- or, for Android: --> <version>30.1.1-android</version> </dependency>Javadoc
JDiff
Changelog
- Increased the aggressiveness of Guava 30.1's warning log message for running
guava-androidunder a Java 7 VM. (Android VMs are unaffected.) If the warning itself causes you trouble, you can eliminate it by silencing the logger forcom.google.common.base.Preconditions(which is used only for this warning). This warning prepares for removing support for Java 7 in 2021. Please report any problems. We have tried to make the warning as safe as possible, but anytime a common library logs, especially as aggressively as we do in this new release, there is the potential forNullPointerExceptionor even deadlock. (To be clear, Guava will not log under Java 8 or Android, but it will under Java 7.) (00c25e9b11)cache: Fixed compatibility betweenasMap().compute(...)and a load. (42bf4f4eb7)cache: Added@CheckReturnValueto some APIs. (a5ef129ffc)collect: Added@DoNotCallto the mutator methods on immutable types (6ae9532d11)hash: Removed@BetafromHashCode. (2c9f161e10)io: Removed@BetafromCountingOutputStream. (d394bac847)
Commits
- See full diff in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
@dependabot rebase
Looks like this PR is already up-to-date with master! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.
@dependabot recreate