Skip to content

Bump com.approvaltests:approvaltests from 25.4.3 to 31.0.0#217

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/com.approvaltests-approvaltests-31.0.0
Open

Bump com.approvaltests:approvaltests from 25.4.3 to 31.0.0#217
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/com.approvaltests-approvaltests-31.0.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps com.approvaltests:approvaltests from 25.4.3 to 31.0.0.

Release notes

Sourced from com.approvaltests:approvaltests's releases.

Environmental Reporters now require fully qualified names

https://github.com/approvals/ApprovalTests.Java/blob/master/approvaltests/docs/how_to/ConfigureReporters.md#method-4-environment-variables

Fix diff tool detection on Java 25

Fixed diff reporter availability detection for empty program paths. This prevents IntelliJReporter from being selected on Java 25 when no JetBrains IDE is running.

Fixes #800.

Can disable script downloads on CI

export APPROVALTESTS_DISABLE_SCRIPT_DOWNLOADS=1

https://github.com/approvals/ApprovalTests.Java/blob/master/approvaltests/docs/how_to/DisableScriptDownloads.md

Breaking Change: Removing obsolete features

Removed:

  • LegacyApprovals
  • MethodExecutionPath
  • ObjectUtils.move()

These classes are obsolete since Java 8. Instead use CombinationApprovals and Java lambdas.

It is hard to know what is obsolete on a public API with no telemetry. If you feel we have made an important error, please reach out.

Breaking Change: move SQL approvals to SqlApprovals

We have moved SQL-specific APIs from Approvals to a separate class, SqlApprovals.

This will break the following calls:

- Approvals.verify(ResultSet)
+ SqlApprovals.verify(ResultSet)
- Approvals.verify(SqlLoader)
+ SqlApprovals.verify(SqlLoader)

No behavior change; only the entry point moved.

We did this for compatibility with Java Modules (JPMS).

Removed deprecated methods from Approvals.java

No release notes provided.

Breaking change to reporter names

This update is moving to a unified reporter generation. Its purpose is to keep the diff tools more up-to-date and consistent across languages. Most of the reporters names have changed.

For example: Old: BeyondCompareReporter

... (truncated)

Commits
  • 0023d9f . d reformatted code and updated markdown snippets
  • d5279be . d Update how do use Environmental Reporters
  • 14c2bac . t No longer care if jqwik is supported
  • 21f12ea . e Lock jqwik library to before it started generating an anti-AI message
  • 6891fc1 - B Properly report Lars as an adult
  • 081922a Revert "- r Bump net.jqwik:jqwik from 1.10.0 to 1.10.1"
  • 4a8c28e - F Change EnvironmentVariableReporter
  • 987507c - B remove ">" sign and fix age label bug
  • 09f85c2 . e Bump actions/checkout from 6 to 7
  • b36fc4a - r Bump org.codehaus.jettison:jettison from 1.5.5 to 1.5.6
  • 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 Jun 19, 2026
Bumps [com.approvaltests:approvaltests](https://github.com/approvals/ApprovalTests.Java) from 25.4.3 to 31.0.0.
- [Release notes](https://github.com/approvals/ApprovalTests.Java/releases)
- [Changelog](https://github.com/approvals/ApprovalTests.Java/blob/master/internal_documentation/release.md)
- [Commits](approvals/ApprovalTests.Java@25.4.3...31.0.0)

---
updated-dependencies:
- dependency-name: com.approvaltests:approvaltests
  dependency-version: 31.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/gradle/com.approvaltests-approvaltests-31.0.0 branch from e6719cb to baffc72 Compare June 29, 2026 20:25
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