Skip to content

Update dependency io.rest-assured:rest-assured from v5.5.7 to v6 - #320

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/major-rest-assured.version
Open

Update dependency io.rest-assured:rest-assured from v5.5.7 to v6#320
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/major-rest-assured.version

Conversation

@renovate

@renovate renovate Bot commented Dec 12, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
io.rest-assured:rest-assured (source) 5.5.76.0.1 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

rest-assured/rest-assured (io.rest-assured:rest-assured)

v6.0.1

  • Fix a JsonPath denial-of-service where oversized numeric literals in untrusted JSON were parsed into arbitrarily large BigIntegers, an O(n^2) CPU and heap cost. JSON number tokens are now capped at 1000 characters by default, configurable via JsonPathConfig.numberLengthLimit and JsonConfig.numberLengthLimit (a negative value disables the check). Thanks to Brian Lee (PhD security researcher, Georgia Tech SSLab) for the private report.
  • Use custom Jackson 3 object mapper in JsonPath (#​1858) (thanks to gkiel for PR)
  • Fix Spring MockMvc cookie handling with Jakarta-only servlet APIs (fixes #​1853)
  • Use Jackson 3 mapper in JsonPath deserialization when Jackson 3 is the only Jackson on the classpath (#​1865) (thanks to dickerpulli for PR)
  • Add JsonPath.using(Jackson3ObjectMapperFactory) overload (#​1861) (thanks to Anusha-7254 for PR)
  • Fix typo in duplicate-finder-maven-plugin phase property (#​1866) (thanks to metacosm for PR)
  • Fix incorrect serialization of enum constants declared with a body when used as query/path parameters (#​1799)
  • The spring-mock-mvc and spring-web-test-client modules now target Spring Framework 7 and no longer expose their own Spring version as a transitive dependency (the Spring dependencies are declared optional), so they no longer drag Spring 5 onto a Spring Boot 4 / Spring Framework 7 classpath. This removes the need for manual Spring exclusions on Spring Boot 4 (fixes #​1853, #​1868). Thanks to spencerarq for the detailed investigation.

v6.0.0

  • 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

Configuration

📅 Schedule: (in timezone Europe/Oslo)

  • Branch creation
    • Between 12:00 AM and 03:59 AM, only on Monday (* 0-3 * * 1)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot force-pushed the renovate/major-rest-assured.version branch from 4f1b4a3 to 22e4cb7 Compare January 16, 2026 16:38
@renovate renovate Bot changed the title Update dependency io.rest-assured:rest-assured from v5.5.6 to v6 Update dependency io.rest-assured:rest-assured from v5.5.7 to v6 Jan 16, 2026
@renovate
renovate Bot force-pushed the renovate/major-rest-assured.version branch from 22e4cb7 to 4d7636f Compare January 22, 2026 06:11
@renovate
renovate Bot force-pushed the renovate/major-rest-assured.version branch from 4d7636f to ee6a37a Compare February 2, 2026 16:12
@renovate
renovate Bot force-pushed the renovate/major-rest-assured.version branch from ee6a37a to 33d8e7a Compare February 12, 2026 14:14
@renovate
renovate Bot force-pushed the renovate/major-rest-assured.version branch 2 times, most recently from 0270dea to a1c19c9 Compare April 1, 2026 15:44
@renovate
renovate Bot force-pushed the renovate/major-rest-assured.version branch from a1c19c9 to d654440 Compare May 14, 2026 19:43
@renovate
renovate Bot force-pushed the renovate/major-rest-assured.version branch from d654440 to 2b81d66 Compare June 1, 2026 23:50
@renovate renovate Bot changed the title Update dependency io.rest-assured:rest-assured from v5.5.7 to v6 Update rest-assured.version from v5.5.7 to v6 Jun 2, 2026
@renovate renovate Bot changed the title Update rest-assured.version from v5.5.7 to v6 Update rest-assured.version (major) Jun 22, 2026
@renovate renovate Bot changed the title Update rest-assured.version (major) Update dependency io.rest-assured:rest-assured from v5.5.7 to v6 Jun 25, 2026
@renovate
renovate Bot force-pushed the renovate/major-rest-assured.version branch 2 times, most recently from 7c1bfaa to b8af3d9 Compare July 16, 2026 08:46
@renovate
renovate Bot force-pushed the renovate/major-rest-assured.version branch from b8af3d9 to 98dcdaa Compare July 21, 2026 03:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants