testcontainers / testcontainers-java

Testcontainers is a Java library that supports JUnit tests, providing lightweight, throwaway instances of common databases, Selenium web browsers, or anything else that can run in a Docker container.
https://testcontainers.org
MIT License
7.9k stars 1.62k forks source link

Bump io.rest-assured:rest-assured from 5.4.0 to 5.5.0 in /modules/redpanda #8860

Open dependabot[bot] opened 1 week ago

dependabot[bot] commented 1 week ago

Bumps io.rest-assured:rest-assured from 5.4.0 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:

    @​Test def extraction 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

Commits
  • bea603c [maven-release-plugin] prepare release rest-assured-5.5.0
  • 401174a Added workaround for scala maven plugin javadoc generation
  • 08cf7c2 Trying to generate javadoc for scala-extensions
  • b82693f Upgraded sundr-maven-plugin to 0.103.1
  • e24d68f Revert "Upgraded sundr-maven-plugin to 0.200.0"
  • 6d913c0 [ci skip] Preparing changelog for release
  • df51fb8 Upgraded sundr-maven-plugin to 0.200.0
  • 2b50777 Upgraded Jackson from version 2.14.3 to 2.17.1
  • 511cc34 Upgraded Guava library from 32.0.1-jre to 33.2.1-jre
  • d7c065d Upgraded dokka to 1.9.20
  • 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 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)