Skip to content

Bump com.approvaltests:approvaltests from 18.7.1 to 29.0.0#168

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

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

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 27, 2026

Bumps com.approvaltests:approvaltests from 18.7.1 to 29.0.0.

Release notes

Sourced from com.approvaltests:approvaltests's releases.

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

Fixed NullPointerException in JsonUtils.InstantAdapter when serializing objects with null Instant fields via JsonApprovals.verifyAsJson(). The adapter now correctly writes a JSON null value, matching the existing behavior of LocalDateTimeAdapter. (#765, #766)

verify(java.nio.file.Path)

No release notes provided.

Better help message for DateScrubber

No release notes provided.

Fixed name of ExtensionFileFilter class

Fixed a speling mistake

DateScrubber supports more dates

This addresses the requests from @​thomo (timezone offsets) and @​thunderhook (LocalDateTime without Z).

Added the ability to add known text file extensions

Closes #337

... (truncated)

Commits
  • 66ed15a . d reformatted code and updated markdown snippets
  • 87a5344 - F move SQL approvals to SqlApprovals
  • 2423a34 - r Bump tools.jackson.core:jackson-databind from 3.0.4 to 3.1.0
  • 3d652fe - r Bump org.apache.maven.plugins:maven-surefire-plugin
  • ca3dcd3 - r Bump tools.jackson:jackson-bom from 3.0.4 to 3.1.0
  • 882e394 - r Bump the jackson group with 4 updates
  • ce37b17 . e release commit message dashes
  • a7cf4b5 . C Release v28.0.0 - Removed deprecated methods from Approvals.java
  • c55c202 . d reformatted code and updated markdown snippets
  • c992f48 - F Remove deprecated calls in Approvals.java
  • 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 29.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...29.0.0)

---
updated-dependencies:
- dependency-name: com.approvaltests:approvaltests
  dependency-version: 29.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 Feb 27, 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