Skip to content

deps(gradle): bump com.dropbox.dropshots from 0.5.1 to 0.6.0 - #139

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/com.dropbox.dropshots-0.6.0
Open

deps(gradle): bump com.dropbox.dropshots from 0.5.1 to 0.6.0#139
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/com.dropbox.dropshots-0.6.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Mar 26, 2026

Copy link
Copy Markdown
Contributor

Bumps com.dropbox.dropshots from 0.5.1 to 0.6.0.

Release notes

Sourced from com.dropbox.dropshots's releases.

0.6.0

What's Changed

  • Support for newDsl in Android Gradle Plugin 9.0.0
  • Changes default behavior of recordDebugAndroidTestScreenshots task to record screenshots even if tests fail. This behavior can be disabled by setting dropshots.recordOnFailure = false on the Gradle plugin configuration.
  • Exposed Dropshots.recordScreenshots as a public API to allow detecting whether screenshots are being recorded in the current test run.
  • Added new optional argument to Dropshots constructor. rootScreenshotDirectory allows users to specify a custom root directory for screenshots on the device.

Full Changelog: dropbox/dropshots@0.5.0...0.6.0

Changelog

Sourced from com.dropbox.dropshots's changelog.

Change Log

Unreleased

New:

  • Nothing yet!

Changed:

  • Nothing yet!

Fixed:

  • Nothing yet!

[0..6.0]

  • Support for newDsl in Android Gradle Plugin 9.0.0
  • Changes default behavior of recordDebugAndroidTestScreenshots task to record screenshots even if tests fail. This behavior can be disabled by setting dropshots.recordOnFailure = false on the Gradle plugin configuration.
  • Exposed Dropshots.recordScreenshots as a public API to allow detecting whether screenshots are being recorded in the current test run.
  • Added new optional argument to Dropshots constructor. rootScreenshotDirectory allows users to specify a custom root directory for screenshots on the device.

0.5.0 = 2025-04-08

  • Adds dropshots {} gradle extension to allow configuration of referenceOutputDirectory
  • Updates Gradle plugin to deprecate the dropshots.record property.
  • Updates Gradle plugin "pull" tasks to pull both diff and reference images to build/outputs
  • Changes Dropshots.filenameFunc method signature to pass in class-name
  • Changes Dropshots.assertSnapshot to throw IllegalStateException if reference or diff image already exists on disk to catch file naming issues (e.g. parameterized tests)

Updated Gradle tasks

This version of Dropshots updates the Gradle plugin to deprecate the use of the dropshots.record property in favor of a new recordDebugAndroidTestScreenshots task to update the local reference images.

With this change the behavior of Dropshots has also changed, such that it will always record reference images on the test device so that the local copies can be updated without the need to recompile the app.

0.4.2 = 2024-05-21

  • Adds support for full screen snapshots. (#59)

... (truncated)

Commits

Dependabot compatibility score

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 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)

Bumps [com.dropbox.dropshots](https://github.com/dropbox/dropshots) from 0.5.1 to 0.6.0.
- [Release notes](https://github.com/dropbox/dropshots/releases)
- [Changelog](https://github.com/dropbox/dropshots/blob/main/CHANGELOG.md)
- [Commits](https://github.com/dropbox/dropshots/commits/0.6.0)

---
updated-dependencies:
- dependency-name: com.dropbox.dropshots
  dependency-version: 0.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Mar 26, 2026
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