Skip to content

chore(deps): bump the misc group across 1 directory with 3 updates#31

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/misc-24d5a2402c
Open

chore(deps): bump the misc group across 1 directory with 3 updates#31
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/misc-24d5a2402c

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 15, 2026

Copy link
Copy Markdown
Contributor

Bumps the misc group with 3 updates in the / directory: io.rest-assured:rest-assured, software.amazon.awssdk:bom and org.apache.pdfbox:pdfbox.

Updates io.rest-assured:rest-assured from 5.4.0 to 5.5.7

Changelog

Sourced from io.rest-assured:rest-assured'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

Changelog 5.5.6 (2025-08-15)

  • Remove deprecated constructors in multipart handling (#1827) (thanks to Tobias Unger for PR)
  • Fix NPE in RequestSpecificationImpl #1830 (thanks to Boyarshinov Alexander for PR)
  • Bump commons-lang3 from 3.16.0 to 3.18.0 (thanks to Ash Skelton for PR)

Changelog 5.5.5 (2025-05-22)

  • The rest-assured-bom project is back and works

Changelog 5.5.4 (2025-05-22)

  • The rest-assured-bom project is back

Changelog 5.5.3 (2025-05-22)

  • Greatly improved csrf support. When applying csrf, it'll automatically forward the cookies to returns from the GET request to the csrf token and apply it to the actual request. These cookies will also be applied to the CookieFilter automatically (if configured) and SessionFilter (if configured). For example: given(). csrf("/login"). formParam("name", "My New Name"). when(). post("/users/123"). then(). statusCode(200);

    Now the cookies returned from the GET request to login will be automatically applied to the POST to "/users/123".

    If you have a CookieFilter defined for multiple requests, the cookies returned by GET to /login will be automatically stored in the CookieFilter and used in the second request.

... (truncated)

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
  • 86998d8 [maven-release-plugin] prepare release rest-assured-5.5.6
  • 7499204 [ci skip] Adding name to xml-path and rest-assured-all
  • 7b555f6 Revert "[ci skip] Updated changelog to reflect the lastest changes"
  • cc6bb04 Revert "Caching the length/size in a variable to avoid repeated calls in loop...
  • Additional commits viewable in compare view

Updates software.amazon.awssdk:bom from 2.29.0 to 2.48.0

Updates org.apache.pdfbox:pdfbox from 3.0.7 to 3.0.8

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the misc group with 3 updates in the / directory: [io.rest-assured:rest-assured](https://github.com/rest-assured/rest-assured), software.amazon.awssdk:bom and org.apache.pdfbox:pdfbox.


Updates `io.rest-assured:rest-assured` from 5.4.0 to 5.5.7
- [Changelog](https://github.com/rest-assured/rest-assured/blob/master/changelog.txt)
- [Commits](rest-assured/rest-assured@rest-assured-5.4.0...rest-assured-5.5.7)

Updates `software.amazon.awssdk:bom` from 2.29.0 to 2.48.0

Updates `org.apache.pdfbox:pdfbox` from 3.0.7 to 3.0.8

---
updated-dependencies:
- dependency-name: io.rest-assured:rest-assured
  dependency-version: 5.5.7
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: misc
- dependency-name: software.amazon.awssdk:bom
  dependency-version: 2.48.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: misc
- dependency-name: org.apache.pdfbox:pdfbox
  dependency-version: 3.0.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: misc
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Changes that update a dependency label Jul 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Changes that update a dependency

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants