Skip to content

Commit dd24f2f

Browse files
fix(deps): update dependency org.wiremock:wiremock-standalone to v3.10.0 (#1499)
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.9.2` -> `3.10.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/org.wiremock:wiremock-standalone/3.10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/org.wiremock:wiremock-standalone/3.10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/org.wiremock:wiremock-standalone/3.9.2/3.10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.wiremock:wiremock-standalone/3.9.2/3.10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>wiremock/wiremock (org.wiremock:wiremock-standalone)</summary> ### [`v3.10.0`](https://redirect.github.com/wiremock/wiremock/releases/tag/3.10.0) [Compare Source](https://redirect.github.com/wiremock/wiremock/compare/3.9.2...3.10.0) <!-- Optional: add a release summary here --> #### 🚀 New Features - Added ability for extension factories to be declared as classes ([#&#8203;2909](https://redirect.github.com/wiremock/wiremock/issues/2909)) [@&#8203;tomakehurst](https://redirect.github.com/tomakehurst) - HTTP server loading refinement ([#&#8203;2891](https://redirect.github.com/wiremock/wiremock/issues/2891)) [@&#8203;tomakehurst](https://redirect.github.com/tomakehurst) - New JSON and XML handlebars helpers ([#&#8203;2904](https://redirect.github.com/wiremock/wiremock/issues/2904)) [@&#8203;RafeArnold](https://redirect.github.com/RafeArnold) #### 🐛 Bug fixes - Add null check in WireMockExtension.stopServerIfRunning() ([#&#8203;2901](https://redirect.github.com/wiremock/wiremock/issues/2901)) [@&#8203;baezzys](https://redirect.github.com/baezzys) - fix serialization of ignoreOrderOfSameNode for equalToXml ([#&#8203;2896](https://redirect.github.com/wiremock/wiremock/issues/2896)) [@&#8203;viktormelnychuk](https://redirect.github.com/viktormelnychuk) #### 📦 Dependency updates - Bump org.apache.httpcomponents.client5:httpclient5 from 5.3.1 to 5.4.1 ([#&#8203;2883](https://redirect.github.com/wiremock/wiremock/issues/2883)) [@&#8203;dependabot](https://redirect.github.com/dependabot) - Bump com.networknt:json-schema-validator from 1.5.2 to 1.5.4 ([#&#8203;2905](https://redirect.github.com/wiremock/wiremock/issues/2905)) [@&#8203;dependabot](https://redirect.github.com/dependabot) - Bump com.fasterxml.jackson:jackson-bom from 2.17.2 to 2.18.2 ([#&#8203;2908](https://redirect.github.com/wiremock/wiremock/issues/2908)) [@&#8203;dependabot](https://redirect.github.com/dependabot) - Bump org.sonarqube from 5.1.0.4882 to 6.0.1.5171 ([#&#8203;2907](https://redirect.github.com/wiremock/wiremock/issues/2907)) [@&#8203;dependabot](https://redirect.github.com/dependabot) - Bump commons-io:commons-io from 2.7 to 2.14.0 in /testlogging ([#&#8203;2862](https://redirect.github.com/wiremock/wiremock/issues/2862)) [@&#8203;dependabot](https://redirect.github.com/dependabot) - Bump commons-io:commons-io from 2.17.0 to 2.18.0 ([#&#8203;2902](https://redirect.github.com/wiremock/wiremock/issues/2902)) [@&#8203;dependabot](https://redirect.github.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 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzkuMTkuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJkZXBlbmRlbmN5IHVwZ3JhZGUiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2d9ef49 commit dd24f2f

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.9.2" }
47+
wiremock = { group = "org.wiremock", name = "wiremock-standalone", version = "3.10.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.2" }
5050
littleproxy = { module = "xyz.rogfam:littleproxy", version = "2.2.0" }

0 commit comments

Comments
 (0)