Apktool
Apktool copied to clipboard
build(deps): bump com.google.guava:guava from 32.0.1-jre to 33.3.0-jre
Bumps com.google.guava:guava from 32.0.1-jre to 33.3.0-jre.
Release notes
Sourced from com.google.guava:guava's releases.
33.3.0
Maven
<dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>33.3.0-jre</version> <!-- or, for Android: --> <version>33.3.0-android</version> </dependency>Jar files
Guava requires one runtime dependency, which you can download here:
Javadoc
JDiff
Changelog
base: Removed@Betafrom theDurationoverload ofSuppliers.memoizeWithExpiration. (76fca99db95ce9c8e55bb9c37fd0e44ef0451a80)cache: AddedCacheBuilderDurationoverloads toguava-android. (a5f9bcafd6)collect: Removed@Betafrom theguava-androidCollectorAPIs. (c86c09dc3d)collect: AddedImmutableMultimap.builderWithExpectedKeysandImmutableMultimap.Builder.expectedValuesPerKey. (c3d5b17dc2)graph: ImprovedGraphs.hasCycleto avoid causingStackOverflowErrorfor long paths. (63734b9dfc)net: Addedtext/markdowntoMediaType. (2466a099ae)net: DeprecatedHttpHeadersconstant forSec-Ch-UA-Form-Factorin favor ofSec-Ch-UA-Form-Factorsto follow the latest spec. (b310b7e1ee)testing: Changed some test libraries to throwAssertionError(instead of the more specificAssertionFailedError) in some cases. (fdfbed1985)33.2.1
<dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>33.2.1-jre</version> </tr></table>
... (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 -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Error: Missing class com.google.j2objc.annotations.RetainedWith (referenced from: com.google.common.collect.ImmutableList com.google.common.collect.ImmutableSet$CachingAsList.asList)
Missing class com.google.j2objc.annotations.Weak (referenced from: java.util.Map com.google.common.collect.Maps$KeySet.map and 1 other context)
Compilation failed
Exception in thread "main" java.lang.RuntimeException: com.android.tools.r8.CompilationFailedException: Compilation failed to complete
at com.android.tools.r8.internal.to.a(R8_8.5.35_9c55004e7c41a17b1ed47c4e1952cb6778b3dac6afb6afc113a2737c3cde13e0:131)
at com.android.tools.r8.R8.main(R8_8.5.35_9c55004e7c41a17b1ed47c4e1952cb6778b3dac6afb6afc113a2737c3cde13e0:5)
Caused by: com.android.tools.r8.CompilationFailedException: Compilation failed to complete
at Version.fakeStackEntry(Version_8.5.35.java:0)
at com.android.tools.r8.T.a(R8_8.5.35_9c55004e7c41a17b1ed47c4e1952cb6778b3dac6afb6afc113a2737c3cde13e0:5)
at com.android.tools.r8.internal.to.a(R8_8.5.35_9c55004e7c41a17b1ed47c4e1952cb6778b3dac6afb6afc113a2737c3cde13e0:82)
at com.android.tools.r8.internal.to.a(R8_8.5.35_9c55004e7c41a17b1ed47c4e1952cb6778b3dac6afb6afc113a2737c3cde13e0:32)
at com.android.tools.r8.internal.to.a(R8_8.5.35_9c55004e7c41a17b1ed47c4e1952cb6778b3dac6afb6afc113a2737c3cde13e0:31)
at com.android.tools.r8.internal.to.c(R8_8.5.35_9c55004e7c41a17b1ed47c4e1952cb6778b3dac6afb6afc113a2737c3cde13e0:1)
at com.android.tools.r8.R8.b(R8_8.5.35_9c55004e7c41a17b1ed47c4e1952cb6778b3dac6afb6afc113a2737c3cde13e0:35)
at com.android.tools.r8.R8.a(R8_8.5.35_9c55004e7c41a17b1ed47c4e1952cb6778b3dac6afb6afc113a2737c3cde13e0:1548)
at com.android.tools.r8.internal.to.a(R8_8.5.35_9c55004e7c41a17b1ed47c4e1952cb6778b3dac6afb6afc113a2737c3cde13e0:118)
... 1 more
Caused by: com.android.tools.r8.internal.g: Missing class com.google.j2objc.annotations.RetainedWith (referenced from: com.google.common.collect.ImmutableList com.google.common.collect.ImmutableSet$CachingAsList.asList)
r8 issue or rule change. I'm thinking we can just add ignores for the attributes.
-dontwarn com.google.j2objc.annotations.Weak
-dontwarn com.google.j2objc.annotations.RetainedWith
@dependabot rebase