Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 19, 2026

Bumps io.rest-assured:rest-assured-bom from 5.5.6 to 5.5.7.

Changelog

Sourced from io.rest-assured:rest-assured-bom's changelog.

Changelog 5.5.7 (2026-01-16)

  • Spring MockMvc module now supports Spring Framework 7.0 (thanks to Marcin Grzejszczak for PR)

Changelog 6.0.0 (2025-12-12)

  • spring-mock-mvc module now supports Spring 7.x
  • spring-web-test-client now supports Spring 7.x
  • Upgraded commons-lang3 from 3.18.0 to 3.19.0
  • The spring modules now required Spring 5.3+ (previously 5.1 was required)
  • New minimum Java baseline is now 17
  • New minimum Groovy base is now 5.x
  • Support for Jackson 3 object mapping
  • Support for Yasson 3 object mapping
  • Support for jakarta JsonB/Johnzon 3 object mapping
  • Migrate json-path fully to Java, bypass GroovyShell for evaluation (#1844) (thanks to Michael Edgar for PR)
    • This fixed some nasty memory leaks when using JsonPath heavily in long running processes
  • Stop resetting ResponseParserRegistrar during build (#1759, #1505, #1207 & #978) (thanks to Marc Easen for PR)
  • Skip Null filters in FilterContextImpl (#1834) (thanks to Boyarshinov Alexander for PR)
  • Upgraded Kotlin extension module to use Kotlin 2.2.21
Commits
  • 02dbe4a [maven-release-plugin] prepare release rest-assured-5.5.7
  • 2f2a51b scm branch is set to 5.5.x
  • 28f58ee [ci skip] Updated changelog to reflect changes in 5.5.x branch
  • fe31720 Spring7 mock mvc55x backport (#1856)
  • d3fa59c [ci skip] Updated README.md
  • 06f8567 [maven-release-plugin] prepare for next development iteration
  • See full diff 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 [io.rest-assured:rest-assured-bom](https://github.com/rest-assured/rest-assured) from 5.5.6 to 5.5.7.
- [Changelog](https://github.com/rest-assured/rest-assured/blob/master/changelog.txt)
- [Commits](rest-assured/rest-assured@rest-assured-5.5.6...rest-assured-5.5.7)

---
updated-dependencies:
- dependency-name: io.rest-assured:rest-assured-bom
  dependency-version: 5.5.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 Jan 19, 2026
@marcingrzejszczak
Copy link
Contributor

This should allow restoring rest assured support

@github-project-automation github-project-automation bot moved this to Todo in 2025.1.1 Jan 20, 2026
@ryanjbaxter ryanjbaxter added this to the 5.0.2 milestone Jan 20, 2026
@ryanjbaxter ryanjbaxter merged commit 15cba8b into main Jan 20, 2026
5 checks passed
@github-project-automation github-project-automation bot moved this from Todo to Done in 2025.1.1 Jan 20, 2026
@dependabot dependabot bot deleted the dependabot/maven/main/io.rest-assured-rest-assured-bom-5.5.7 branch January 20, 2026 15:20
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

Status: Done

Development

Successfully merging this pull request may close these issues.

Incompatibility between RestAssured MockMvc and Spring Framework 7 breaks MOCKMVC base tests

3 participants