renovate-bot opened a new pull request, #5843:
URL: https://github.com/apache/jmeter/pull/5843

   [![Mend 
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
   
   This PR contains the following updates:
   
   | Package | Change | Age | Adoption | Passing | Confidence |
   |---|---|---|---|---|---|
   | [com.github.tomakehurst:wiremock-jre8](http://wiremock.org) 
([source](https://togithub.com/wiremock/wiremock)) | `2.32.0` -> `2.35.0` | 
[![age](https://badges.renovateapi.com/packages/maven/com.github.tomakehurst:wiremock-jre8/2.35.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)
 | 
[![adoption](https://badges.renovateapi.com/packages/maven/com.github.tomakehurst:wiremock-jre8/2.35.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
 | 
[![passing](https://badges.renovateapi.com/packages/maven/com.github.tomakehurst:wiremock-jre8/2.35.0/compatibility-slim/2.32.0)](https://docs.renovatebot.com/merge-confidence/)
 | 
[![confidence](https://badges.renovateapi.com/packages/maven/com.github.tomakehurst:wiremock-jre8/2.35.0/confidence-slim/2.32.0)](https://docs.renovatebot.com/merge-confidence/)
 |
   
   ---
   
   ### Release Notes
   
   <details>
   <summary>wiremock/wiremock</summary>
   
   ### [`v2.35.0`](https://togithub.com/wiremock/wiremock/releases/tag/2.35.0)
   
   [Compare 
Source](https://togithub.com/wiremock/wiremock/compare/2.34.0...2.35.0)
   
   #### Enhancements
   
   -   Add a negative contains matcher - thanks Damian Orzepowski
   -   Expose a Java API method for removing stubs by ID - thanks Patryk Fraczek
   -   Document the import API in the OpenAPI doc - thanks to user i-whammy
   -   Added the ability to restrict the addresses WireMock can proxy/record 
to, as a security measure.
   
   #### Fixes
   
   -   Strip Maven directories from the standalone JAR as some were appearing 
that weren't related to dependencies actually present, confusing scanning tools 
- thanks to user krageon
   -   Dropped back to slf4j 1.7.36 and relocate it in the standalone JAR 
(ensuring 2.x users won't experience conflicts).
   
   ### [`v2.34.0`](https://togithub.com/wiremock/wiremock/releases/tag/2.34.0)
   
   [Compare 
Source](https://togithub.com/wiremock/wiremock/compare/2.33.2...2.34.0)
   
   This will be the final 2.x.x release and also the last to support Java 8.
   
   #### Fixes
   
   -   Fixed [#&#8203;1689](https://togithub.com/wiremock/wiremock/issues/1689) 
- incorrect HTTP version header - thanks to user Poojitha
   -   Fixed [#&#8203;1882](https://togithub.com/wiremock/wiremock/issues/1882) 
- bug preventing matching of date/time query params/headers with custom format 
- thanks Klaas Dellschaft
   -   [#&#8203;1930](https://togithub.com/wiremock/wiremock/issues/1930) - 
Fixed a partial path traversal vulnerability in the file source code - thanks 
Jonathan Leitschuh
   -   Fixed [#&#8203;1783](https://togithub.com/wiremock/wiremock/issues/1783) 
- proxyUrlPrefixToRemove ignored when using a response definition transformer - 
thanks to user Ross-H-Projects
   -   Fixed [#&#8203;1872](https://togithub.com/wiremock/wiremock/issues/1872) 
- create a request entity for POST, PUT etc. proxied requests when a 
content-length header is present, regardless of whether the size is 0.
   -   Fixed [#&#8203;1946](https://togithub.com/wiremock/wiremock/issues/1946) 
- maths helper now supports epoch dates as inputs.
   
   #### Enhancements
   
   -   Added a public, non-static getScenarios() method allowing access to all 
scenarios.
   
   All dependencies brought up to date including Jetty to 9.4.48.v20220622.
   
   ### [`v2.33.2`](https://togithub.com/wiremock/wiremock/releases/tag/2.33.2)
   
   [Compare 
Source](https://togithub.com/wiremock/wiremock/compare/2.33.1...2.33.2)
   
   WireMock 2.33.1 was accidentally released using Java 11 rather than 8, 
resulting in class incompatibilities in places.
   
   This release is functionally identical but built using Java 8.
   
   ### [`v2.33.1`](https://togithub.com/wiremock/wiremock/releases/tag/2.33.1)
   
   [Compare 
Source](https://togithub.com/wiremock/wiremock/compare/2.33.0...2.33.1)
   
   ##### Fixes
   
   -   Put name field back on scenario API object having accidentally removed 
it.
   -   Improved validation of scenario set and reset so that reasonable errors 
are returned when attempting to use non-existent scenario names or states.
   
   ### [`v2.33.0`](https://togithub.com/wiremock/wiremock/releases/tag/2.33.0)
   
   [Compare 
Source](https://togithub.com/wiremock/wiremock/compare/2.32.0...2.33.0)
   
   This is primarily a maintenance release that brings all dependency versions 
up to date including a version of Jackson containing the fix for CVE-2020-36518.
   
   ##### Enhancements
   
   -   Added the ability to set and reset a single scenario's state
   -   Proxy will now send a request body for any request method.
   -   CORS response headers are now passed back from proxy responses when stub 
CORS is disabled.
   
   ##### Performance
   
   -   Improved performance of Request.getHeaders() - thanks Doug Roper.
   -   Improved performance of response body JSON parsing - thanks also Doug 
Roper.
   
   </details>
   
   ---
   
   ### Configuration
   
   📅 **Schedule**: Branch creation - "every 3 weeks on Monday" (UTC), Automerge 
- At any time (no schedule defined).
   
   🚦 **Automerge**: Disabled by config. Please merge this manually once you are 
satisfied.
   
   â™» **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry 
checkbox.
   
   🔕 **Ignore**: Close this PR and you won't be reminded about this update 
again.
   
   ---
   
    - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this 
box
   
   ---
   
   This PR has been generated by [Mend 
Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository 
job log [here](https://app.renovatebot.com/dashboard#github/apache/jmeter).
   
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS40OC4yIiwidXBkYXRlZEluVmVyIjoiMzUuNDguMiJ9-->
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@jmeter.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to