Skip to content

Commit 65d1d8e

Browse files
fix(deps): update dependency org.wiremock:wiremock-standalone to v3.9.0 (line#1379)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.wiremock:wiremock-standalone](http://wiremock.org) ([source](https://togithub.com/wiremock/wiremock)) | `3.8.0` -> `3.9.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/org.wiremock:wiremock-standalone/3.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/org.wiremock:wiremock-standalone/3.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/org.wiremock:wiremock-standalone/3.8.0/3.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.wiremock:wiremock-standalone/3.8.0/3.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>wiremock/wiremock (org.wiremock:wiremock-standalone)</summary> ### [`v3.9.0`](https://togithub.com/wiremock/wiremock/releases/tag/3.9.0) [Compare Source](https://togithub.com/wiremock/wiremock/compare/3.8.0...3.9.0) <!-- Optional: add a release summary here --> 🚀 New features and improvements - add listener registration to Store. ([#&#8203;2811](https://togithub.com/wiremock/wiremock/issues/2811)) [@&#8203;RafeArnold](https://togithub.com/RafeArnold) - Pick random helper enhancements ([#&#8203;2812](https://togithub.com/wiremock/wiremock/issues/2812)) [@&#8203;tomakehurst](https://togithub.com/tomakehurst) - Add support for request matching with dynamic year and dynamic year/month values ([#&#8203;2741](https://togithub.com/wiremock/wiremock/issues/2741)) [@&#8203;papiomytoglou](https://togithub.com/papiomytoglou) #### 📖 OpenAPI updates - OpenAPI improvements ([#&#8203;2798](https://togithub.com/wiremock/wiremock/issues/2798)) [@&#8203;tomakehurst](https://togithub.com/tomakehurst) - Updated and corrected JSON schemas for matcher in the OpenAPI spec ([#&#8203;2797](https://togithub.com/wiremock/wiremock/issues/2797)) [@&#8203;tomakehurst](https://togithub.com/tomakehurst) - Add missing admin endpoints to open api spec ([#&#8203;2791](https://togithub.com/wiremock/wiremock/issues/2791)) [@&#8203;leeturner](https://togithub.com/leeturner) #### 🐞 Bug fixes - update MatchesJsonSchemaPattern to handle invalid json schemas. ([#&#8203;2803](https://togithub.com/wiremock/wiremock/issues/2803)) [@&#8203;RafeArnold](https://togithub.com/RafeArnold) - correctly handle InMemoryObjectStore.compute returning null. ([#&#8203;2804](https://togithub.com/wiremock/wiremock/issues/2804)) [@&#8203;RafeArnold](https://togithub.com/RafeArnold) #### 📦 Dependency updates - Bump com.fasterxml.jackson:jackson-bom from 2.17.1 to 2.17.2 ([#&#8203;2800](https://togithub.com/wiremock/wiremock/issues/2800)) [@&#8203;dependabot](https://togithub.com/dependabot) - Bump com.networknt:json-schema-validator from 1.4.3 to 1.5.0 ([#&#8203;2799](https://togithub.com/wiremock/wiremock/issues/2799)) [@&#8203;dependabot](https://togithub.com/dependabot) - Bump versions.jsonUnit from 2.39.0 to 2.40.0 ([#&#8203;2793](https://togithub.com/wiremock/wiremock/issues/2793)) [@&#8203;dependabot](https://togithub.com/dependabot) - Bump versions.jsonUnit from 2.38.0 to 2.39.0 ([#&#8203;2787](https://togithub.com/wiremock/wiremock/issues/2787)) [@&#8203;dependabot](https://togithub.com/dependabot) - Bump com.dorongold.task-tree from 3.0.0 to 4.0.0 ([#&#8203;2767](https://togithub.com/wiremock/wiremock/issues/2767)) [@&#8203;dependabot](https://togithub.com/dependabot) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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://developer.mend.io/github/line/line-bot-sdk-java). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MzEuNCIsInVwZGF0ZWRJblZlciI6IjM3LjQzMS40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImRlcGVuZGVuY3kgdXBncmFkZSJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5a386ef commit 65d1d8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/libraries.versions.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ junit-jupiter-engine = { module = "org.junit.jupiter:junit-jupiter-engine", vers
4444
jsonassert = { module = "org.skyscreamer:jsonassert", version = "1.5.3" }
4545
mockito-core = { module = "org.mockito:mockito-core", version.ref = "mockito" }
4646
mockito-junit-jupiter = { module = "org.mockito:mockito-junit-jupiter", version.ref = "mockito" }
47-
wiremock = { group = "org.wiremock", name = "wiremock-standalone", version = "3.8.0" }
47+
wiremock = { group = "org.wiremock", name = "wiremock-standalone", version = "3.9.0" }
4848
test-arranger = { module = "com.ocadotechnology.gembus:test-arranger", version = "1.5.7.1" }
4949
socks-proxy-server = { module = "com.github.bbottema:java-socks-proxy-server", version = "4.1.0" }
5050
littleproxy = { module = "xyz.rogfam:littleproxy", version = "2.2.0" }

0 commit comments

Comments
 (0)