Skip to content

Bump com.approvaltests:approvaltests from 18.7.1 to 30.1.0#172

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/maven/com.approvaltests-approvaltests-30.1.0
Open

Bump com.approvaltests:approvaltests from 18.7.1 to 30.1.0#172
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/maven/com.approvaltests-approvaltests-30.1.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 20, 2026

Bumps com.approvaltests:approvaltests from 18.7.1 to 30.1.0.

Release notes

Sourced from com.approvaltests:approvaltests's releases.

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 New: ReportWithBeyondCompare

This naming pattern helps with discoverability when using autocomplete.

Why we changed reporters

Fix NullPointerException for null Instant in JSON serialization

Bug Fixes

... (truncated)

Commits
  • 05ec158 . d reformatted code and updated markdown snippets
  • cc51120 . d documentation for APPROVALTESTS_DISABLE_SCRIPT_DOWNLOADS
  • 689fa2b - F APPROVALTESTS_DISABLE_SCRIPT_DOWNLOADS
  • 1c9d0f3 . d micro feature for approval_logs.md
  • 89ac9e0 - r Bump commons-net:commons-net from 3.12.0 to 3.13.0
  • 79ba932 - r Bump org.codehaus.jettison:jettison from 1.5.4 to 1.5.5
  • f475647 - r Bump kotlin.version from 2.3.10 to 2.3.20
  • d1f7b0d . e Bump jdx/mise-action from 3 to 4
  • 3490a79 . C Release v30.0.0 - Breaking Change: Removing obsolete features --------------
  • 48aac68 . d reformatted code and updated markdown snippets
  • 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 30.1.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...30.1.0)

---
updated-dependencies:
- dependency-name: com.approvaltests:approvaltests
  dependency-version: 30.1.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 Mar 20, 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