Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 29, 2025

Bumps app.cash.burst from 2.5.0 to 2.10.2.

Release notes

Sourced from app.cash.burst's releases.

2.10.2

Fixed

  • Use object names in generated test functions when defined in burstValues.

Changed

  • Gradle plugin now has a compileOnly dependency on the Kotlin Gradle plugin which should provide more flexibility in your builds. Adding the Burst Gradle plugin to a project without a suitable Kotlin setup will result in an error.

2.10.1

Fixed

  • Don't attempt to rewrite interfaces that directly extend TestInterceptor. This triggered a ClassFormatError when the interface was loaded.

2.10.0

Added

  • Make TestInterceptor and CoroutineTestInterceptor fun interfaces.

Fixed

  • Use enum names in generated test functions when defined in burstValues.
  • Make the test class constructor with default arguments synthetic. Fixes JUnit5 compatibility.
  • Support AGP's built-in Kotlin.
  • Use the test instance’s class name and package for the test functions of non-final classes. Previously we were using the function’s enclosing class name.

2.9.0

Added

  • Support Kotlin 2.2.20

2.8.1

Added

  • @InterceptTest now supports coroutines tests via the CoroutineTestInterceptor interface in our new burst-coroutines artifact. Note that you cannot use both CoroutineTestInterceptor and TestInterceptor in the same test.

Fixed

... (truncated)

Changelog

Sourced from app.cash.burst's changelog.

2.10.2 (2025-09-22)

Fixed

  • Use object names in generated test functions when defined in burstValues.

Changed

  • Gradle plugin now has a compileOnly dependency on the Kotlin Gradle plugin which should provide more flexibility in your builds. Adding the Burst Gradle plugin to a project without a suitable Kotlin setup will result in an error.

2.10.1 (2025-09-22)

Fixed

  • Don't attempt to rewrite interfaces that directly extend TestInterceptor. This triggered a ClassFormatError when the interface was loaded.

2.10.0 (2025-09-22)

Added

  • Make TestInterceptor and CoroutineTestInterceptor fun interfaces.

Fixed

  • Use enum names in generated test functions when defined in burstValues.
  • Make the test class constructor with default arguments synthetic. Fixes JUnit5 compatibility.
  • Support AGP's built-in Kotlin.
  • Use the test instance’s class name and package for the test functions of non-final classes. Previously we were using the function’s enclosing class name.

2.9.0 (2025-09-04)

Added

  • Support Kotlin 2.2.20

2.8.1 (2025-09-04)

Fixed

... (truncated)

Commits
  • 2e9e2fe Prepare version 2.10.2
  • 13fb239 Minimize plugin deps, make KGP compileOnly (#211)
  • bdfcde9 Support object names in burstValues (#210)
  • ddaaa34 Prepare next development version
  • 91e464c Prepare version 2.10.1
  • 1d925cc Ignores interfaces, etc. (#209)
  • 74ee4ba Update dependency com.android.tools.build:gradle to v9.0.0-alpha06 (#207)
  • 06f1eb6 Prepare next development version
  • cd62910 Prepare version 2.10.0
  • 8401dc6 Merge pull request #200 from ychescale9/yc/built-in-kotlin
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [app.cash.burst](https://github.com/cashapp/burst) from 2.5.0 to 2.10.2.
- [Release notes](https://github.com/cashapp/burst/releases)
- [Changelog](https://github.com/cashapp/burst/blob/main/CHANGELOG.md)
- [Commits](cashapp/burst@2.5.0...2.10.2)

---
updated-dependencies:
- dependency-name: app.cash.burst
  dependency-version: 2.10.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Sep 29, 2025
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