Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 28, 2025

Bumps io.rest-assured:rest-assured from 4.4.0 to 6.0.0.

Changelog

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

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.

      var cookieFilter = new CookieFilter()
      given().filter(cookieFilter).csrf("/login").formParam("name", "My New Name").when().post("/users/123").then().statusCode(200);
      given().filter(cookieFilter).when().get("/users/123").then().statusCode(200);
    

... (truncated)

Commits
  • 0b3a0d9 [maven-release-plugin] prepare release rest-assured-6.0.0
  • bd55281 [ci skip] Add exclusions for jackson3-example and spring7-mvc-webapp in pom.xml
  • eb141e2 [maven-release-plugin] prepare for next development iteration
  • 4c1a241 [maven-release-plugin] prepare release rest-assured-6.0.0
  • 2f11520 Using newer version of dokka and using stdlib for kotlin instead of jdk8
  • 6d9362c Ability to exclude osgi-tests in release
  • 24380db Revert osgi-tests back to JUnit 4
  • 9c12601 Upgraded Kotlin extension module to use Kotlin 2.2.21
  • 4b1ff78 [ci skip] Prepare and perform release in single step
  • 931f421 [ci skip] Removed explicit javadoc path workaround for JDK 8
  • 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 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Dec 28, 2025
@dependabot dependabot bot requested a review from SDawley as a code owner December 28, 2025 11:01
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 28, 2025
@dependabot dependabot bot added the java Pull requests that update java code label Dec 28, 2025
@openshift-ci
Copy link

openshift-ci bot commented Dec 28, 2025

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: dependabot[bot]

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci
Copy link

openshift-ci bot commented Dec 28, 2025

Hi @dependabot[bot]. Thanks for your PR.

I'm waiting for a eclipse-che member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

Bumps [io.rest-assured:rest-assured](https://github.com/rest-assured/rest-assured) from 4.4.0 to 6.0.0.
- [Changelog](https://github.com/rest-assured/rest-assured/blob/master/changelog.txt)
- [Commits](rest-assured/rest-assured@rest-assured-4.4.0...rest-assured-6.0.0)

---
updated-dependencies:
- dependency-name: io.rest-assured:rest-assured
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@vinokurig vinokurig force-pushed the dependabot/maven/io.rest-assured-rest-assured-6.0.0 branch from 7e0fa84 to 7bde2f5 Compare December 29, 2025 11:38
@vinokurig
Copy link
Contributor

/ok-to-test

@openshift-ci
Copy link

openshift-ci bot commented Dec 29, 2025

@dependabot[bot]: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/v19-che-smoke-test 7bde2f5 link true /test v19-che-smoke-test
ci/prow/v19-gitlab-no-pat-oauth-flow 7bde2f5 link true /test v19-gitlab-no-pat-oauth-flow
ci/prow/v19-gitlab-no-pat-oauth-flow-raw-devfile-url 7bde2f5 link true /test v19-gitlab-no-pat-oauth-flow-raw-devfile-url
ci/prow/v19-github-no-pat-oauth-flow-ssh-url 7bde2f5 link true /test v19-github-no-pat-oauth-flow-ssh-url
ci/prow/v19-bitbucket-no-pat-oauth-flow-raw-devfile-url 7bde2f5 link true /test v19-bitbucket-no-pat-oauth-flow-raw-devfile-url
ci/prow/v19-gitea-no-pat-oauth-flow 7bde2f5 link true /test v19-gitea-no-pat-oauth-flow
ci/prow/v19-azure-with-pat-setup-flow 7bde2f5 link true /test v19-azure-with-pat-setup-flow
ci/prow/v19-github-with-pat-setup-flow 7bde2f5 link true /test v19-github-with-pat-setup-flow
ci/prow/v19-gitlab-with-oauth-setup-flow 7bde2f5 link true /test v19-gitlab-with-oauth-setup-flow
ci/prow/v19-azure-no-pat-oauth-flow-raw-devfile-url 7bde2f5 link true /test v19-azure-no-pat-oauth-flow-raw-devfile-url
ci/prow/v19-gitlab-with-pat-setup-flow 7bde2f5 link true /test v19-gitlab-with-pat-setup-flow
ci/prow/v19-github-no-pat-oauth-flow 7bde2f5 link true /test v19-github-no-pat-oauth-flow
ci/prow/v19-github-no-pat-oauth-flow-raw-devfile-url 7bde2f5 link true /test v19-github-no-pat-oauth-flow-raw-devfile-url
ci/prow/v19-azure-no-pat-oauth-flow-ssh-url 7bde2f5 link true /test v19-azure-no-pat-oauth-flow-ssh-url
ci/prow/v19-azure-no-pat-oauth-flow 7bde2f5 link true /test v19-azure-no-pat-oauth-flow
ci/prow/v19-bitbucket-no-pat-oauth-flow-ssh-url 7bde2f5 link true /test v19-bitbucket-no-pat-oauth-flow-ssh-url
ci/prow/v19-gitlab-no-pat-oauth-flow-ssh-url 7bde2f5 link true /test v19-gitlab-no-pat-oauth-flow-ssh-url
ci/prow/v19-gitea-with-pat-setup-flow 7bde2f5 link true /test v19-gitea-with-pat-setup-flow
ci/prow/v19-bitbucket-no-pat-oauth-flow 7bde2f5 link true /test v19-bitbucket-no-pat-oauth-flow

Full PR test history. Your PR dashboard.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here.

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 ok-to-test

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants