Bump guava from 28.2-android to 30.0-android by dependabot[bot] · Pull Request #75 · apache/maven-shade-plugin (original) (raw)
Bumps guava from 28.2-android to 30.0-android.
Release notes
Sourced from guava's releases.
30.0
Maven
com.google.guava guava 30.0-jre 30.0-androidJavadoc
JDiff
Changelog
- Guava types can no longer be sent over GWT-RPC. Even the earlier, temporary way to reenable support (
guava.gwt.emergency_reenable_rpc) no longer has an effect. (0cb89dd110)cache: Fixed memory leak inLocalCacheunder j2objc. (5e519d91d0)collect: Added two-elementminandmaxmethods toComparators. (958186c071)collect: Removed@BetafromMultimaps.toMultimap. (b6b4dc49b1)collect: Made the set returned byImmutableMap<K, V>.keySet()serializable as long asKis serializable, even ifVis not (and similarly forvalues()). (f5a69c33fc)collect: Fixed bug inpowerSet.equals(otherPowerSet)would erroneously returnfalseif the two power sets' underlying sets were equal but had a different iteration order. (215b1f0dd7)collect: Eliminated j2objc retain-cycle inSingletonImmutableBiMap. (0ad38b88bd)eventbus: Prevented@Subscribefrom being applied to a method that takes a primitive, as that will never be called. (554546c971)graph: MadeTraverser.breadthFirst()lazier, and optimizedTraversermore generally. (32f2d770f7, b5210ca95c)graph: Added@DoNotMocktoTraverser. (6410f18c06)io: DeprecatedFiles.createTempDir(). (fec0dbc463) (CVE forthcoming)io: UpgradedByteStreams.copy(InputStream, OutputStream)to use the fasterFileChannelif possible. (a1e9a0bd12)math: AddedroundToDoubletoBigDecimalMath,BigIntegerMath, andLongMath. (bee4f3c7ed, 2b5c096ddf, 633abf2c62)net: AddedMediaTypeconstants for several font/ types. (571cf66bac)net: AddedHttpHeadersconstants forCross-Origin-Embedder-Policy(-Report-Only)?. (c3bf73187a)testing: MadeEqualsTestertest that non-Stringobjects are not equal to theirStringrepresentations. (c9570eae69)util.concurrent: AddedClosingFuture. (52e048ed6c)util.concurrent: Removed the deprecated 1-argServiceManager.addListener(Listener). Use the 2-argaddListener(Listener, Executor)overload, setting the executor todirectExecutor()for equivalent behavior. (dfb0001714)util.concurrent: ChangedAbstractFuture.toString()to no longer include thetoString()of the result. (2ebf27fd45)util.concurrent: AddedawaitTerminationUninterruptibly. (f07b9540dc)29.0
Maven
... (truncated)
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