Update dependencyAnalysis to v3 - #86
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
deps/major-dependencyanalysis
branch
from
October 19, 2025 11:30
cb6131c to
7095391
Compare
renovate
Bot
force-pushed
the
deps/major-dependencyanalysis
branch
2 times, most recently
from
November 23, 2025 11:39
2ddd35f to
494b9a6
Compare
renovate
Bot
force-pushed
the
deps/major-dependencyanalysis
branch
from
November 30, 2025 16:06
494b9a6 to
3a6e6aa
Compare
renovate
Bot
force-pushed
the
deps/major-dependencyanalysis
branch
2 times, most recently
from
February 26, 2026 20:36
6546766 to
009b33b
Compare
renovate
Bot
force-pushed
the
deps/major-dependencyanalysis
branch
from
April 10, 2026 21:24
009b33b to
05ea849
Compare
renovate
Bot
force-pushed
the
deps/major-dependencyanalysis
branch
2 times, most recently
from
April 20, 2026 22:41
4c6f763 to
87d7ddb
Compare
renovate
Bot
force-pushed
the
deps/major-dependencyanalysis
branch
from
May 1, 2026 16:13
87d7ddb to
b6333de
Compare
renovate
Bot
force-pushed
the
deps/major-dependencyanalysis
branch
from
May 12, 2026 05:39
b6333de to
2e44b15
Compare
renovate
Bot
force-pushed
the
deps/major-dependencyanalysis
branch
2 times, most recently
from
May 23, 2026 03:52
386056e to
0b6a72d
Compare
renovate
Bot
force-pushed
the
deps/major-dependencyanalysis
branch
2 times, most recently
from
June 1, 2026 21:05
fd3bd27 to
e620379
Compare
renovate
Bot
force-pushed
the
deps/major-dependencyanalysis
branch
from
June 11, 2026 03:12
e620379 to
50fe757
Compare
renovate
Bot
force-pushed
the
deps/major-dependencyanalysis
branch
from
June 25, 2026 17:14
50fe757 to
943be45
Compare
renovate
Bot
force-pushed
the
deps/major-dependencyanalysis
branch
from
July 7, 2026 22:06
943be45 to
417499a
Compare
renovate
Bot
force-pushed
the
deps/major-dependencyanalysis
branch
from
July 15, 2026 22:14
417499a to
8fcf5cd
Compare
renovate
Bot
force-pushed
the
deps/major-dependencyanalysis
branch
from
July 28, 2026 01:11
8fcf5cd to
f3e03bc
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.1.0→3.18.02.1.0→3.18.0Release Notes
autonomousapps/dependency-analysis-android-gradle-plugin (com.autonomousapps:dependency-analysis-gradle-plugin)
v3.18.0GraphViewTask's inputs are inputs, not internal details.GraphViewTasksensitive to new transitive project edges.ArtifactsReportTask.InMemoryCachewith a task.org.gradle.caching=true).v3.17.0RewriteTask) in Kotlin DSL only.change.
ZipFileobjects.T.toJson(). PreferbufferedWriteJson().v3.16.1commonMainApitojvmMainApi.Iterator.remove()for safe modification.synthetic-project.jsonto save disk space.StandardTransforminto Android/JVM/KMP-specific classes.v3.16.0AGP_MAXto 9.2.1.v3.15.0:aggregatePublicTypesTaskto movegrouptodescription.com.autonomousapps:antlrto latest.)v3.14.1computeTypeUsage.JarExplodershould ignore some MRJar content.v3.14.0AndroidScoreshould ignore class files when testing if a project has source splits.v3.13.0computeTypeUsage<variant>task generates usage report.v3.12.2exceptions. We only want to flag things that provide the exception types.
MutableSet<Usage>.simplify(visibility, bucket)inStandardTransformwasn't properly handling the case whena usage was visible on both compile and runtime classpaths. In such a case, we can filter out all usages.
jar case.
v3.12.1v3.12.0exception's type from the runtime classpath, that can cause failures in the consumer at runtime.
v3.11.0apidependencies.v3.10.0dependenciesblocks that have a single line.v3.9.0v3.8.0v3.7.0v3.6.1v3.6.0resolveExternalDependenciestask.Class.forNamehandling.javax.inject.JarExploder.publictypes to an internal package to exclude from published api, and exclude thecom.autonomousapps.model.internalpackage from the published api.AbstractDependencyAnalyzer.v3.5.1v3.5.0v3.4.1debugAndroidTestsources.v3.4.0InferredCapabilitymerging logic should use 'or', not 'and'.GlobalDslService.buildPathfrom theGradleinstance.v3.3.0v3.2.0See the PR description for more
information.
To publish build scans, add the following, as indicated:
v3.1.0v3.0.4v3.0.3VersionNumber, not raw strings.v3.0.2v3.0.1v3.0.0[Build] now building with Gradle 9.0.0.
[Breaking] minimum supported version of Gradle is now 8.11.
[Breaking]: annotations and their parameter classes are always considered
compileOnly.Annotations for which the class file is not present are treated like being non-existent by the JVM.
If someone wants to consume an annotation via reflection, they are responsible for providing the class file
at runtime, so from the annotating project's view, annotations are always
compileOnly.The same is true for classes and enums used as annotation arguments.
The only exception is a class literal as argument that is coming from a different artifact than the
annotation, such as a JUnit 4 runner implementation; those are considered
implementation.[Feat]: Add type-safe accessor support for fixDependencies task.
[Feat]: report excluded dependencies as unused.
[Feat]: add coordinates identifier in the error message for invalid change.
[Feat]: moving
internal.artifactspackage to new module,com.autonomousapps:variant-artifacts.[Feat]: detect and report all Android resource references in Manifest files.
[Fix]: detect constants more consistently including from e.g. inner classes.
[Fix]: Move
useTypesafeProjectAccessorsto global dsl service.[Fix]: reason works on included builds.
[Fix]: recognize test fixtures not only in Android libraries, but in Android app modules, too.
[Fix]: use Android flavors more consistently in advice.
[Chore]: update guava to 33.4.8-jre.
[Chore]: update AGP to the latest stable version, 8.12.0, and test against 8.13.0-alpha03.
[Chore]: add API-tracking tasks using metalava. Adopt semantic versioning.
v2.19.0central.sonatype.comrepo.v2.18.0ProviderConvertiblesupport.themeinAndroidManifest.xmlkotlin.metadata.jvmno longer needs to be non-transitive, since bumping to K2 for this project.v2.17.0v2.16.0com.android.testprojects.dependencyAnalysis { useTypesafeProjectAccessors(true) // false by default }v2.15.0dependencyAnalysis { usage { analysis { checkSuperClasses(true) // false by default } } }v2.14.0@InputFilesis redundant next to@Classpath.v2.13.3v2.13.2v2.13.1v2.13.0computeResolvedDependenciesto also generate a version catalog fileexploded-jars.json.v2.12.0v2.11.0:computeAllDependencies) for producing a version catalog file containing all dependencies.v2.10.1BuildHealthExceptionextendsVerificationException.v2.10.0dependencyAnalysis.reporting.printBuildHealthDSL option.v2.9.0Declaration.Sourceis fully Comparable.ExplodingBytecodeis fully Comparable.isForMissingSuperclass(again).dependencyAnalysis { reporting { onlyOnFailure(false) // when true, only prints postscript when there are failure-level issues. postscript(/* Some text to help out end users who may not be build engineers. */) } }v2.8.2v2.8.1SuperClassGraph. No need to recompute for each dependency.v2.8.0DependencyHandler.project()instead ofProject.project().v2.7.0New DSL option for configuring duplicate class warnings:
v2.6.1superClassNamecan be null (Object has no superclass).v2.6.0v2.5.0v2.4.2v2.4.1Use
-Ddependency.analysis.bytecode.logging=trueto get extremely verbose logging during bytecode analysis.v2.4.0v2.3.0Example usage of
reason:Which will print the "reason" for any advice relating to the
test-fixturesvariant of thefoolibrary.v2.2.0Summary of new DSL options below:
v2.1.4@Metadata's d2 array should typically be compileOnly.v2.1.3v2.1.2v2.1.1Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.