Skip to content

Upgrade rest-assured 4.5.1 -> 5.4.0 - #195

Open
devin-ai-integration[bot] wants to merge 1 commit into
mainfrom
devin/1785169884-rest-assured-5.4.0
Open

Upgrade rest-assured 4.5.1 -> 5.4.0#195
devin-ai-integration[bot] wants to merge 1 commit into
mainfrom
devin/1785169884-rest-assured-5.4.0

Conversation

@devin-ai-integration

@devin-ai-integration devin-ai-integration Bot commented Jul 27, 2026

Copy link
Copy Markdown

Summary

Bumps the four io.rest-assured test dependencies (rest-assured, json-path, xml-path, spring-mock-mvc) from 4.5.1 to 5.4.0.

No test source changes were required: the io.restassured.* package names and the RestAssuredMockMvc.given()/when()/mockMvc() APIs used across the 8 src/test/java/io/spring/api/*ApiTest.java classes are unchanged between 4.5 and 5.4.

The notable transitive effect is the Groovy runtime swap — 5.x moves off Codehaus Groovy 3 to Apache Groovy 4:

- org.codehaus.groovy:groovy(-json,-xml):3.0.x   (Boot 2.6.3 BOM managed)
+ org.apache.groovy:groovy(-json,-xml):4.0.16    (pulled by rest-assured 5.4.0)

Different groupId, so no version conflict with the Spring Boot 2.6.3 BOM; dependencyInsight --configuration testRuntimeClasspath confirms 5.4.0 wins over the DGS platform's prefer 3.3.0 constraint.

Also refreshed the rest-assured row in the repo skill's dependency baseline table.

Verification

JAVA_HOME=<jdk11> ./gradlew clean test spotlessCheck -x jacocoTestCoverageVerification — BUILD SUCCESSFUL, 68 tests, 0 failures/errors/skips.

jacocoTestCoverageVerification fails at 0.33 vs the 0.80 minimum, but this reproduces identically on main before this change (it is why the environment's test command excludes it).

Link to Devin session: https://partner-workshops.devinenterprise.com/sessions/f8ff20c85a4f476cb8c4591a254abd16
Requested by: @mbatchelor81


Open in Devin Review

@mbatchelor81 mbatchelor81 self-assigned this Jul 27, 2026
@devin-ai-integration

Copy link
Copy Markdown
Author

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR. Add '(aside)' to your comment to have me ignore it.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment, CI, and merge conflict monitoring

@devin-ai-integration devin-ai-integration Bot left a comment

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no bugs or issues to report.

Open in Devin Review

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.

1 participant