Skip to content

Bump com.approvaltests:approvaltests from 18.7.1 to 31.0.0#179

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

Bump com.approvaltests:approvaltests from 18.7.1 to 31.0.0#179
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/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 18.7.1 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 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.approvaltests:approvaltests](https://github.com/approvals/ApprovalTests.Java) from 18.7.1 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@18.7.1...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 added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jun 19, 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