joshnewton31080 / graphql-kotlin

Libraries for running GraphQL in Kotlin
https://opensource.expediagroup.com/graphql-kotlin/
Apache License 2.0
0 stars 0 forks source link

Update dependency com.github.tomakehurst:wiremock-jre8 to v2.32.0 - autoclosed #15

Closed mend-for-github-com[bot] closed 2 years ago

mend-for-github-com[bot] commented 2 years ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.github.tomakehurst:wiremock-jre8 (source) 2.30.1 -> 2.32.0 age adoption passing confidence

By merging this PR, the issue #7 will be automatically resolved and closed:

Severity CVSS Score CVE
High High 9.8 CVE-2021-23369
High High 7.5 CVE-2020-36518

By merging this PR, the issue #7 will be automatically resolved and closed:

Severity CVSS Score CVE
High High 7.5 CVE-2020-36518
Medium Medium 5.9 WS-2021-0616

By merging this PR, the issue #7 will be automatically resolved and closed:

Severity CVSS Score CVE
Medium Medium 6.5 WS-2019-0379

By merging this PR, the issue #7 will be automatically resolved and closed:

Severity CVSS Score CVE
Medium Medium 5.9 WS-2021-0616

Release Notes

wiremock/wiremock ### [`v2.32.0`](https://togithub.com/wiremock/wiremock/releases/2.32.0) [Compare Source](https://togithub.com/wiremock/wiremock/compare/2.31.0...2.32.0) ##### Enhancements - Closes [#​1614](https://togithub.com/wiremock/wiremock/issues/1614) - proper support for subclassing of the JUnit5 WireMockExtension - Add support for put/delete file to/from a subfolder ([#​1087](https://togithub.com/wiremock/wiremock/issues/1087)) - Closes [#​956](https://togithub.com/wiremock/wiremock/issues/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](https://togithub.com/wiremock/wiremock/issues/1428)) - [#​745](https://togithub.com/wiremock/wiremock/issues/745) Need proxyUrlPrefixToRemove for proxy context url mapping ([#​1556](https://togithub.com/wiremock/wiremock/issues/1556)) - Removed dependence on Conscrypt for ALPN and HTTP/2 - Recognize multipart/related and multipart/mixed ([#​1415](https://togithub.com/wiremock/wiremock/issues/1415)) - Allow running Wiremock without HTTP Server ([#​1572](https://togithub.com/wiremock/wiremock/issues/1572)) - Allow standalone runner to fetch mappings from classpath ([#​1592](https://togithub.com/wiremock/wiremock/issues/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](https://togithub.com/wiremock/wiremock/issues/1688) - fall back to HTTPS 1.1 only when no ALPN provider can be loaded - Fixed [#​1643](https://togithub.com/wiremock/wiremock/issues/1643) - regression in date parsing preventing year and year/month only dates - [#​1612](https://togithub.com/wiremock/wiremock/issues/1612) prevent applying scientific notation and rounding to big numbers by ObjectMapper ([#​1613](https://togithub.com/wiremock/wiremock/issues/1613)) - Fixed [#​1608](https://togithub.com/wiremock/wiremock/issues/1608) and [#​1585](https://togithub.com/wiremock/wiremock/issues/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](https://togithub.com/wiremock/wiremock/issues/1639)) - Convert AcceptanceTestBase to JUnit Jupiter to limit future violations ([#​1669](https://togithub.com/wiremock/wiremock/issues/1669)) - Enable WireMock to be built on Java 11 and 17 - Drop JMock in favour of Mockito ([#​1630](https://togithub.com/wiremock/wiremock/issues/1630)) ### [`v2.31.0`](https://togithub.com/wiremock/wiremock/compare/2.30.1...2.31.0) [Compare Source](https://togithub.com/wiremock/wiremock/compare/2.30.1...2.31.0)