microcks-testcontainers-java
microcks-testcontainers-java copied to clipboard
chore(deps-dev): bump io.rest-assured:rest-assured from 5.3.1 to 5.5.0
Bumps io.rest-assured:rest-assured from 5.3.1 to 5.5.0.
Changelog
Sourced from io.rest-assured:rest-assured's changelog.
Changelog 5.5.0 (2024-07-05)
Removing custom validation of pathParams in the mock-mvc module and instead rely on the Spring implementation(issue 1782) (thanks to taeyeon-Kim for pull request)
Fixing "Error java.lang.NoSuchMethodError for HttpMethod.resolve()" in mock-mvc module (issue 1760) (thanks to d0vi for pull request)
Fix #1707: SVG file upload - fatal error :1:1: content is not allowed in prolog (#1777) (thanks to Byounghee kim for pull request)
Fix #1773: Remove check for response HTTP status code. (thanks to macmon for pull request)
Introducing the "scala-extensions" module for Scala 3 (#1770). This means that you can write tests like this in Scala 3:
@Testdefextraction with rest assured scala extensions: Unit = val message: String = Given(req => req.port(7000) req.header("Header", "Header") req.body("hello") ) .When( _.put("/the/path") ) .Extract( _.path("message") ) assertThat(message).isEqualTo("Hello World") (thanks to Carlos Eduardo for pull request)Remove deprecated Content-Transfer-Encoding from multipart post headers (#1762) (thanks to Michal Trna for pull request)
Fixed pathParams double encoding in mock-mvd module (#1756) (thanks to Dmitry Kaukov for pull request)
Upgraded Groovy from version 4.0.16 to 4.0.22
Upgraded Jackson from version 2.14.3 to 2.17.1
Upgraded kotlin extension module to use Kotlin 2.0.0 (previously 1.9.20 was used)
Upgraded Guava library from 32.0.1-jre to 33.2.1-jre
Changelog 5.4.0 (2023-12-08)
- Properly parse primitive JSON values (thanks to Jörg Eichhorn for pull request)
- Upgraded Groovy from 4.0.10 to 4.0.16
- Introduce spring-web-test-client-kotlin-extensions (#1731) (thanks for TheDevLuffy for pull request). This means that if you depend on:
org.restassured:spring-web-test-client-kotlin-extensions:<version>you can write code like this for Spring WebTest client: val id: Int = Given { webTestClient(webTestClient) param("name", "Johan") } When { get("/greeting") } Then { body( "id", Matchers.equalTo(1), "content", Matchers.equalTo("Hello, Johan!") ) } Extract { path("id") }- Fix 1746: JsonPath: wrong result and exception when jsonPath partly evaluates to string/boolean/number (#1747) (thanks to Oleksandr Kulychok for pull request)
... (truncated)
Commits
bea603c[maven-release-plugin] prepare release rest-assured-5.5.0401174aAdded workaround for scala maven plugin javadoc generation08cf7c2Trying to generate javadoc for scala-extensionsb82693fUpgraded sundr-maven-plugin to 0.103.1e24d68fRevert "Upgraded sundr-maven-plugin to 0.200.0"6d913c0[ci skip] Preparing changelog for releasedf51fb8Upgraded sundr-maven-plugin to 0.200.02b50777Upgraded Jackson from version 2.14.3 to 2.17.1511cc34Upgraded Guava library from 32.0.1-jre to 33.2.1-jred7c065dUpgraded dokka to 1.9.20- Additional commits viewable in compare view
You can trigger a rebase of this PR 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 mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@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)