Skip to content

Bump the gradle group in /codegen with 2 updates#726

Merged
jonathan343 merged 1 commit into
developfrom
dependabot/gradle/codegen/gradle-56382c7738
Jun 25, 2026
Merged

Bump the gradle group in /codegen with 2 updates#726
jonathan343 merged 1 commit into
developfrom
dependabot/gradle/codegen/gradle-56382c7738

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 24, 2026

Copy link
Copy Markdown
Contributor

Bumps the gradle group in /codegen with 2 updates: com.diffplug.spotless:spotless-plugin-gradle and com.autonomousapps:dependency-analysis-gradle-plugin.

Updates com.diffplug.spotless:spotless-plugin-gradle from 8.6.0 to 8.7.0

Release notes

Sourced from com.diffplug.spotless:spotless-plugin-gradle's releases.

Gradle Plugin v8.7.0

Added

  • Add support for AsciiDoc formatting via adocfmt. (#2960)
  • flexmark() step now supports arbitrary formatter options via the formatterOptions map. (#2968)

Fixed

  • toggleOffOn no longer disables lint-only steps such as forbidWildcardImports. (#2962)
  • Prevent build caches from interfering when executing under the -PspotlessIdeHook mode. (#2365)
  • Parse standard git year output in LicenseHeaderStep. (#2940)
  • Fix StringIndexOutOfBoundsException in scenarios where copyright year is surrounded by whitespace. (#2973)

Changes

  • Bump default greclipse version to latest 4.35 -> 4.39. (#2924)
Commits
  • 91113e0 Published gradle/8.7.0
  • 611b48e Published lib/4.7.0
  • 5f3a85f ci(deploy): use base64 -w0 so the auth header has no embedded newline
  • f84f025 ci(deploy): force HTTP/1.1 on git fetch origin main
  • 780f0f6 fix(spotless/gradle-plugin): Fix StringIndexOutOfBoundsException in scenari...
  • b0328c8 Update plugin rewrite to v7.34.0 (#2972)
  • 9a502ce Update plugin com.gradle.develocity to v4.4.2 (#2971)
  • b4d9ec0 Revert the changes to assertUnchanged() and use assertTransform() when ne...
  • 787819d Remove unneeded debug comments
  • dbd462d Add missing . in all CHANGES.md
  • Additional commits viewable in compare view

Updates com.autonomousapps:dependency-analysis-gradle-plugin from 3.14.1 to 3.15.0

Changelog

Sourced from com.autonomousapps:dependency-analysis-gradle-plugin's changelog.

Version 3.15.0

  • [feat]: support AGP 9.2.0.
  • [fix]: don't report Android R classes as classpath duplicates.
  • [fix]: track multiple package names from libs that provide type aliases, and enhance default kotlin-lib bundle.
  • [fix]: update metadata of :aggregatePublicTypesTask to move group to description.
  • [fix]: simple grammar supports another kind of file-level annotation. (Updated com.autonomousapps:antlr to latest.)
Commits
  • 8f50218 chore: prepare for release 3.15.0.
  • fa15cdd fix: update to latest 'com.autonomousapps:antlr'.
  • 7822474 chore(antlr): prepare for antlr release 4.13.2.1.
  • bc4fc09 fix(antlr): simple grammar supports another kind of file-level annotation.
  • fe9feb9 fix: update metadata of :aggregatePublicTypesTask to move group to `descr...
  • b253f1f test: add test case demonstrating that issue 1274 is not reproducible.
  • 82fc1f7 fix: track multiple package names from libs that provide type aliases, and en...
  • 33fad3f fix: don't report Android R classes as classpath duplicates
  • 6a6d315 feat: support AGP 9.2.0.
  • e94909b chore: prepare next development version.
  • 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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the gradle group in /codegen with 2 updates: [com.diffplug.spotless:spotless-plugin-gradle](https://github.com/diffplug/spotless) and [com.autonomousapps:dependency-analysis-gradle-plugin](https://github.com/autonomousapps/dependency-analysis-android-gradle-plugin).


Updates `com.diffplug.spotless:spotless-plugin-gradle` from 8.6.0 to 8.7.0
- [Release notes](https://github.com/diffplug/spotless/releases)
- [Changelog](https://github.com/diffplug/spotless/blob/main/CHANGES.md)
- [Commits](diffplug/spotless@gradle/8.6.0...gradle/8.7.0)

Updates `com.autonomousapps:dependency-analysis-gradle-plugin` from 3.14.1 to 3.15.0
- [Changelog](https://github.com/autonomousapps/dependency-analysis-gradle-plugin/blob/main/CHANGELOG.md)
- [Commits](autonomousapps/dependency-analysis-gradle-plugin@v3.14.1...v3.15.0)

---
updated-dependencies:
- dependency-name: com.diffplug.spotless:spotless-plugin-gradle
  dependency-version: 8.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle
- dependency-name: com.autonomousapps:dependency-analysis-gradle-plugin
  dependency-version: 3.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jun 24, 2026
@dependabot dependabot Bot requested a review from a team as a code owner June 24, 2026 11:33
@jonathan343 jonathan343 merged commit 31069be into develop Jun 25, 2026
9 checks passed
@jonathan343 jonathan343 deleted the dependabot/gradle/codegen/gradle-56382c7738 branch June 25, 2026 05:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant