Skip to content

build(deps): bump the gradle-dependencies group across 1 directory with 5 updates - #3

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/gradle-dependencies-7fa06a4675
Closed

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/gradle-dependencies-7fa06a4675

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 19, 2026

Copy link
Copy Markdown

Bumps the gradle-dependencies group with 5 updates in the / directory:

Package From To
gradle-wrapper 9.6.1 9.7.1
androidx.compose:compose-bom 2026.06.01 2026.08.00
com.android.application 9.3.0 9.3.2
com.google.devtools.ksp 2.3.10 2.3.11
dev.detekt 2.0.0-alpha.5 2.0.0-alpha.6

Updates gradle-wrapper from 9.6.1 to 9.7.1

Release notes

Sourced from gradle-wrapper's releases.

9.7.1

The Gradle team is excited to announce Gradle 9.7.1.

This is a patch release for 9.7.0. We recommend using 9.7.1 instead of 9.7.0.

Here are the highlights of 9.7.0 release:

  • Isolated Projects graduates to incubating
  • Broader Configuration Cache compatibility
  • Resilient Sync helps you fix broken builds
  • More source locations in problem reports

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle: Adam, Aman Gautam, Aman Kumar, Anton Dubrouski, Aurimas, gbhavya07, Josh Friend, nicklauslittle-gov, Pragati, project516, Qin Mi, Ravi, sk-reddy17, Suvrat Acharya, Yongshun Ye.

Upgrade instructions

Switch your build to use Gradle 9.7.1 by updating your wrapper:

./gradlew :wrapper --gradle-version=9.7.1 && ./gradlew :wrapper

See the Gradle 9.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.

For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.

Reporting problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines. If you're not sure you're encountering a bug, please use the forum.

We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.

9.7.0

The Gradle team is excited to announce Gradle 9.7.0.

... (truncated)

Commits

Updates androidx.compose:compose-bom from 2026.06.01 to 2026.08.00

Updates com.android.application from 9.3.0 to 9.3.2

Updates com.google.devtools.ksp from 2.3.10 to 2.3.11

Release notes

Sourced from com.google.devtools.ksp's releases.

2.3.11

What's Changed

  • Support org.gradle.isolated-projects for project isolation (#3051)
  • Fix premature kspDebugAndroidTest task skipping on Android library modules (#3050)
  • Fix missing parent declaration exception for @NotNull annotations during incremental compilation (#3030)
  • Clean output directories instead of skipping tasks when processor classpath transitions to empty (#3046)
  • Fix build cache misses by marking KspGradleConfig.logLevel as @Internal (#3039)
  • Add org.gradle.isolated-projects=true to KSP Gradle properties reference table (#3076)
  • Add KSP Gradle properties reference table to README documentation (#3070)
  • Document collection values in KSValueArgument.value (#3069)
  • Update error messaging for ksp.useKSP2 deprecation notice (#3066)

Contributors

Full Changelog: google/ksp@2.3.10...2.3.11

Commits
  • c44fd9a Rename coroutines core-jvm alias to coreJvm per review
  • 5cec34d Move root build plugin versions to the version catalog
  • b956e6b Move remaining kotlin-analysis-api versions to the version catalog
  • 9aed497 Do not cherry-pick conflicting commits in CI auto-merge workflow
  • 145dcd6 Update gradle wrapper to 9.5.0
  • 68762a9 Check for valid gradle wrapper jar in CI
  • 336a2e4 Regenerate gradle wrapper
  • 94d5e09 Use gh cli for release asset upload
  • d244982 Disable all permissions in main workflow
  • b88bc0d Pin actions/upload-release-asset at v1.0.2 SHA
  • Additional commits viewable in compare view

Updates dev.detekt from 2.0.0-alpha.5 to 2.0.0-alpha.6

Release notes

Sourced from dev.detekt's releases.

v2.0.0-alpha.6

2.0.0-alpha.6 - 2026-08-04

This is an alpha release of Detekt 2.0.0. It's built against Kotlin 2.4.10, Gradle 9.6.1, AGP 9.3.1 and is tested against JDK 25.

Notable Changes

  • detekt-rules-ktlint-wrapper now targets JVM 17, in preparation for the next ktlint major release which requires JVM 17+, the rest of detekt still targets JVM 8+ - #9453

Changelog

  • feat(rules): add ignoreSealedClasses option to AbstractClassCanBeInterface - #9557
  • docs: drop stale Android compile classpath warning note - #9550
  • Recommend to use Locale.ROOT instead of Locale.US - #9532
  • Recognize params swallowed by KDoc lexer in OutdatedDocumentation - #9529
  • Fix UnusedPrivateProperty false negative for constructor properties - #9491
  • Fix MissingSuperCall false positive when annotation is in grandparent - #9469
  • Fix UseDataClass false positive for properties with a custom accessor - #9462
  • Fix a potential bug on Config.getListOrDefault - #9461
  • Fix UnusedPrivateFunction false positive for overloaded private extension functions with a Java (or generated) receiver type - #9450
  • Fix CanBeNonNullable false negative on local variables - #9432
  • Fix CognitiveComplexMethod false positive for object literal methods - #9431
  • Fix ReturnCount/ThrowsCount false positive where a guard clause following a local variable declaration was still counted (with excludeGuardClauses enabled) - #9424
  • Extend PropertyUsedBeforeDeclaration to follow private init calls - #9334
  • Add configuration ignoredFullyQualifiedNames to UnnecessaryFullyQualifiedName rule - #9301
  • Expose multiline parameter in ClassSignature - #9084

Dependency Updates

  • Update agp to v9.3.1 - #9538
  • Update kotlin monorepo to v2.4.10 - #9518
  • Update Gradle to v9.6.1 - #9444
  • Update Gradle to v9.6.0 - #9420

Housekeeping & Refactorings

  • Reduce scope of @Suppress("UNCHECKED_CAST") - #9459
  • Remove irrelevant test for YamlConfig - #9457
  • fix: handle trailing commas in @​Configuration annotation parsing in JS generator - #9447
  • Production code should not depend on fixtures - #9439

Contributors

We would like to thank the following contributors that made this release possible: @​3flex, @​BraisGabin, @​ChristophyBarth, @​FilippoVigani, @​Phoenix1808, @​ShubhamWorks02, @​cortinico, @​e5l, @​eyupcanakman, @​iuryeng, @​loganrosen, @​marpalat, @​roian6, @​sahilpatel2521, @​tonytonycoder11

See all issues at: 2.0.0

Commits
  • 401c64b Update github/codeql-action digest to 5595cca (#9569)
  • 7d92d70 Migrate to the OSS Community Develocity Instance (#9549)
  • 7212708 Update gradle/actions digest to 9c97196 (#9568)
  • 529f2ba Update github/codeql-action digest to d1ba80a (#9567)
  • 6df1cf1 feat(rules): add ignoreSealedClasses option to AbstractClassCanBeInterface (#...
  • 6fa04a6 Update actions/setup-java digest to b6effb0 (#9560)
  • d744c2f Update plugin com.gradle.common-custom-user-data-gradle-plugin to v2.8.0 (#9561)
  • 688c42b Update github/codeql-action digest to f205ea1 (#9559)
  • a2f4740 fix(doc): remove mention of fixed issue (#9556)
  • 1ac699e Fix UnusedPrivateProperty false negative (#9491)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Aug 19, 2026
@dependabot
dependabot Bot force-pushed the dependabot/gradle/gradle-dependencies-7fa06a4675 branch from d56e51b to fe5617d Compare August 24, 2026 16:53
…th 5 updates

Bumps the gradle-dependencies group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [gradle-wrapper](https://github.com/gradle/gradle) | `9.6.1` | `9.7.1` |
| androidx.compose:compose-bom | `2026.06.01` | `2026.08.00` |
| com.android.application | `9.3.0` | `9.3.2` |
| [com.google.devtools.ksp](https://github.com/google/ksp) | `2.3.10` | `2.3.11` |
| [dev.detekt](https://github.com/detekt/detekt) | `2.0.0-alpha.5` | `2.0.0-alpha.6` |



Updates `gradle-wrapper` from 9.6.1 to 9.7.1
- [Release notes](https://github.com/gradle/gradle/releases)
- [Commits](gradle/gradle@v9.6.1...v9.7.1)

Updates `androidx.compose:compose-bom` from 2026.06.01 to 2026.08.00

Updates `com.android.application` from 9.3.0 to 9.3.2

Updates `com.google.devtools.ksp` from 2.3.10 to 2.3.11
- [Release notes](https://github.com/google/ksp/releases)
- [Commits](google/ksp@2.3.10...2.3.11)

Updates `dev.detekt` from 2.0.0-alpha.5 to 2.0.0-alpha.6
- [Release notes](https://github.com/detekt/detekt/releases)
- [Commits](detekt/detekt@v2.0.0-alpha.5...v2.0.0-alpha.6)

---
updated-dependencies:
- dependency-name: androidx.compose:compose-bom
  dependency-version: 2026.08.00
  dependency-type: direct:production
  dependency-group: gradle-dependencies
- dependency-name: com.android.application
  dependency-version: 9.3.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-dependencies
- dependency-name: com.google.devtools.ksp
  dependency-version: 2.3.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-dependencies
- dependency-name: dev.detekt
  dependency-version: 2.0.0-alpha.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-dependencies
- dependency-name: gradle-wrapper
  dependency-version: 9.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/gradle/gradle-dependencies-7fa06a4675 branch from fe5617d to 7979e07 Compare August 24, 2026 23:46
@dependabot @github

dependabot Bot commented on behalf of github Aug 25, 2026

Copy link
Copy Markdown
Author

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Aug 25, 2026
@dependabot
dependabot Bot deleted the dependabot/gradle/gradle-dependencies-7fa06a4675 branch August 25, 2026 00:34
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.

0 participants