Skip to content

Bump com.approvaltests:approvaltests from 26.6.1 to 29.0.0#282

Merged
jagdish-15 merged 1 commit intomainfrom
dependabot/gradle/com.approvaltests-approvaltests-29.0.0
Mar 1, 2026
Merged

Bump com.approvaltests:approvaltests from 26.6.1 to 29.0.0#282
jagdish-15 merged 1 commit intomainfrom
dependabot/gradle/com.approvaltests-approvaltests-29.0.0

Conversation

@dependabot
Copy link
Contributor

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

Bumps com.approvaltests:approvaltests from 26.6.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.

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 26.6.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@26.6.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 the x:size/small Small amount of work label Mar 1, 2026
@dependabot dependabot bot requested a review from a team as a code owner March 1, 2026 12:22
@dependabot dependabot bot added the x:size/small Small amount of work label Mar 1, 2026
@jagdish-15 jagdish-15 merged commit 95512fb into main Mar 1, 2026
3 checks passed
@jagdish-15 jagdish-15 deleted the dependabot/gradle/com.approvaltests-approvaltests-29.0.0 branch March 1, 2026 18:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

x:size/small Small amount of work

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants