Skip to content

Commit a717fbf

Browse files
fix(deps): update dependency org.wiremock:wiremock-standalone to v3.12.1 (#1566)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.wiremock:wiremock-standalone](http://wiremock.org) ([source](https://redirect.github.com/wiremock/wiremock)) | `3.12.0` -> `3.12.1` | [![age](https://developer.mend.io/api/mc/badges/age/maven/org.wiremock:wiremock-standalone/3.12.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/org.wiremock:wiremock-standalone/3.12.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/org.wiremock:wiremock-standalone/3.12.0/3.12.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.wiremock:wiremock-standalone/3.12.0/3.12.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>wiremock/wiremock (org.wiremock:wiremock-standalone)</summary> ### [`v3.12.1`](https://redirect.github.com/wiremock/wiremock/releases/tag/3.12.1) <!-- Optional: add a release summary here --> #### 📦 Dependency updates - Bump com.fasterxml.jackson:jackson-bom from 2.18.2 to 2.18.3 ([#&#8203;2978](https://redirect.github.com/wiremock/wiremock/issues/2978)) [@&#8203;dependabot](https://redirect.github.com/dependabot) - Bump org.awaitility:awaitility from 4.2.2 to 4.3.0 ([#&#8203;2971](https://redirect.github.com/wiremock/wiremock/issues/2971)) [@&#8203;dependabot](https://redirect.github.com/dependabot) - Bump versions.junitJupiter from 5.11.4 to 5.12.0 ([#&#8203;2972](https://redirect.github.com/wiremock/wiremock/issues/2972)) [@&#8203;dependabot](https://redirect.github.com/dependabot) - Bump com.networknt:json-schema-validator from 1.5.5 to 1.5.6 ([#&#8203;2967](https://redirect.github.com/wiremock/wiremock/issues/2967)) [@&#8203;dependabot](https://redirect.github.com/dependabot) #### 🐞 Bug fixes - fix: use thread local document builder. ([#&#8203;2977](https://redirect.github.com/wiremock/wiremock/issues/2977)) [@&#8203;RafeArnold](https://redirect.github.com/RafeArnold) - fix: handle unbound ns prefixes when printing xml. ([#&#8203;2968](https://redirect.github.com/wiremock/wiremock/issues/2968)) [@&#8203;RafeArnold](https://redirect.github.com/RafeArnold) #### 📖 OpenAPI updates - Use camel-case format for the fileName property in the request-pattern schema ([#&#8203;2966](https://redirect.github.com/wiremock/wiremock/issues/2966)) [@&#8203;picimako](https://redirect.github.com/picimako) #### 👻 Maintenance - Update `actions/cache@v1` to use `v4` ([#&#8203;2979](https://redirect.github.com/wiremock/wiremock/issues/2979)) [@&#8203;leeturner](https://redirect.github.com/leeturner) #### ✍ Other changes - Xml perf improvements ([#&#8203;2981](https://redirect.github.com/wiremock/wiremock/issues/2981)) [@&#8203;Mahoney](https://redirect.github.com/Mahoney) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/line/line-bot-sdk-java). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xODUuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE4NS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImRlcGVuZGVuY3kgdXBncmFkZSJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b6ff639 commit a717fbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/libraries.versions.toml

Lines changed: 1 addition & 1 deletion
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.12.0" }
47+
wiremock = { group = "org.wiremock", name = "wiremock-standalone", version = "3.12.1" }
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.2" }
5050
littleproxy = { module = "xyz.rogfam:littleproxy", version = "2.2.0" }

0 commit comments

Comments
 (0)