build(deps-dev): bump io.rest-assured:rest-assured from 5.5.1 to 6.0.0#3527
build(deps-dev): bump io.rest-assured:rest-assured from 5.5.1 to 6.0.0#3527dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [io.rest-assured:rest-assured](https://github.com/rest-assured/rest-assured) from 5.5.1 to 6.0.0. - [Changelog](https://github.com/rest-assured/rest-assured/blob/master/changelog.txt) - [Commits](rest-assured/rest-assured@rest-assured-5.5.1...rest-assured-6.0.0) --- updated-dependencies: - dependency-name: io.rest-assured:rest-assured dependency-version: 6.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
PR SummaryBumps the development dependency Changes
autogenerated by presubmit.ai |
There was a problem hiding this comment.
🚨 Pull request needs attention.
Review Summary
Commits Considered (1)
- 0221cea: build(deps-dev): bump io.rest-assured:rest-assured from 5.5.1 to 6.0.0
Bumps io.rest-assured:rest-assured from 5.5.1 to 6.0.0.
updated-dependencies:
- dependency-name: io.rest-assured:rest-assured
dependency-version: 6.0.0
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] support@github.com
Files Processed (1)
- health-check/pom.xml (1 hunk)
Actionable Comments (1)
-
health-check/pom.xml [104-104]
enhancement: "Upgrade considerations for Rest-Assured 6.0.0"
Skipped Comments (0)
| <groupId>io.rest-assured</groupId> | ||
| <artifactId>rest-assured</artifactId> | ||
| <version>5.5.1</version> | ||
| <version>6.0.0</version> |
There was a problem hiding this comment.
This introduces a major version bump for Rest-Assured (5.x -> 6.0.0). 6.x requires Java 17+ and may introduce breaking changes in test code, JSON path handling, andJakarta namespace mapping. Ensure the project is built with Java 17+ and run the full test suite to catch regressions. If your CI or local toolchains target older Java, update the compiler/source/target to 17 and verify compatibility with any transitive dependencies pulled by Rest-Assured.
Bumps io.rest-assured:rest-assured from 5.5.1 to 6.0.0.
Changelog
Sourced from io.rest-assured:rest-assured's changelog.
... (truncated)
Commits
0b3a0d9[maven-release-plugin] prepare release rest-assured-6.0.0bd55281[ci skip] Add exclusions for jackson3-example and spring7-mvc-webapp in pom.xmleb141e2[maven-release-plugin] prepare for next development iteration4c1a241[maven-release-plugin] prepare release rest-assured-6.0.02f11520Using newer version of dokka and using stdlib for kotlin instead of jdk86d9362cAbility to exclude osgi-tests in release24380dbRevert osgi-tests back to JUnit 49c12601Upgraded Kotlin extension module to use Kotlin 2.2.214b1ff78[ci skip] Prepare and perform release in single step931f421[ci skip] Removed explicit javadoc path workaround for JDK 8Dependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)