dmathieu / kafka-connect-opensearch

Kafka Connect plugin for sending events to OpenSearch
Other
20 stars 6 forks source link

Bump wiremock-jre8 from 2.31.0 to 2.32.0 #32

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps wiremock-jre8 from 2.31.0 to 2.32.0.

Release notes

Sourced from wiremock-jre8's releases.

2.32.0

Enhancements

  • Closes #1614 - proper support for subclassing of the JUnit5 WireMockExtension
  • Add support for put/delete file to/from a subfolder (#1087)
  • Closes #956 - added the ability to fetch serve events for a specific stub ID
  • Added ability to query unmatched serve events
  • Added ability to verify requests using a custom matcher
  • Upgraded to Apache HTTP Client 5.x
  • Added WireMock.jsonResponse factory methods (#1428)
  • #745 Need proxyUrlPrefixToRemove for proxy context url mapping (#1556)
  • Removed dependence on Conscrypt for ALPN and HTTP/2
  • Recognize multipart/related and multipart/mixed (#1415)
  • Allow running Wiremock without HTTP Server (#1572)
  • Allow standalone runner to fetch mappings from classpath (#1592)
  • Added new command line parameters "--jetty-header-request-size" and "--jetty-header-response-size" for set a custom size of headers in Jetty. "--jetty-header-buffer-size" is deprecated.

Fixes

  • Closes #1688 - fall back to HTTPS 1.1 only when no ALPN provider can be loaded
  • Fixed #1643 - regression in date parsing preventing year and year/month only dates
  • #1612 prevent applying scientific notation and rounding to big numbers by ObjectMapper (#1613)
  • Fixed #1608 and #1585 - incorrect zoning of date/times in response templating when truncating

Code quality

  • Enforce license headers with Spotless
  • Enforce consistent code style with Spotless
  • Upgrade to Gradle 7 + some Gradle config cleanup (#1639)
  • Convert AcceptanceTestBase to JUnit Jupiter to limit future violations (#1669)
  • Enable WireMock to be built on Java 11 and 17
  • Drop JMock in favour of Mockito (#1630)
Commits
  • d6b6c5e Bump mockito-junit-jupiter from 4.0.0 to 4.1.0 (#1705)
  • 8472f87 Bump com.diffplug.spotless from 5.17.1 to 6.0.0 (#1704)
  • 9e0e3de Bump mockito-core from 3.12.4 to 4.1.0 (#1703)
  • 0b24d9d Added a Docker doc article
  • d9a3fa7 Bump versions.junitJupiter from 5.8.1 to 5.8.2 (#1712)
  • b0fcf04 Run tests on JDK 17 (#1695)
  • 6180a27 Added some Javadoc to WireMock extension and made JUnit lifecycle methods fin...
  • 2a2bc78 Further attempt at fixing flakey JUnit5 subclassing test by moving test class...
  • e6a3c87 Attempt at fixing flakey JUnit5 subclassing test
  • bf048fa Closes #1614 - proper support for subclassing of the JUnit5 WireMockExtension
  • 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 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)
dmathieu commented 2 years ago

@dependabot merge