Skip to content

Commit 4f326ad

Browse files
fix(deps): update dependency org.wiremock:wiremock-standalone to v3.13.2 (#1781)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [org.wiremock:wiremock-standalone](http://wiremock.org) ([source](https://redirect.github.com/wiremock/wiremock)) | `3.13.1` -> `3.13.2` | [![age](https://developer.mend.io/api/mc/badges/age/maven/org.wiremock:wiremock-standalone/3.13.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.wiremock:wiremock-standalone/3.13.1/3.13.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>wiremock/wiremock (org.wiremock:wiremock-standalone)</summary> ### [`v3.13.2`](https://redirect.github.com/wiremock/wiremock/releases/tag/3.13.2) [Compare Source](https://redirect.github.com/wiremock/wiremock/compare/3.13.1...3.13.2) #### What's Changed - Bump minor / bugfix versions of dependencies to latest by [@&#8203;Mahoney](https://redirect.github.com/Mahoney) in [#&#8203;3222](https://redirect.github.com/wiremock/wiremock/pull/3222) - Bump ui versions by [@&#8203;Mahoney](https://redirect.github.com/Mahoney) in [#&#8203;3224](https://redirect.github.com/wiremock/wiremock/pull/3224) - Remove unnecessary file by [@&#8203;Mahoney](https://redirect.github.com/Mahoney) in [#&#8203;3227](https://redirect.github.com/wiremock/wiremock/pull/3227) - Remove standalone only by [@&#8203;Mahoney](https://redirect.github.com/Mahoney) in [#&#8203;3225](https://redirect.github.com/wiremock/wiremock/pull/3225) **Full Changelog**: <wiremock/wiremock@3.13.1...3.13.2> </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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNi4xIiwidXBkYXRlZEluVmVyIjoiNDIuMTYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJkZXBlbmRlbmN5IHVwZ3JhZGUiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4ac5b82 commit 4f326ad

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
@@ -46,7 +46,7 @@ junit-platform-launcher = { module = "org.junit.platform:junit-platform-launcher
4646
jsonassert = { module = "org.skyscreamer:jsonassert", version = "1.5.3" }
4747
mockito-core = { module = "org.mockito:mockito-core", version.ref = "mockito" }
4848
mockito-junit-jupiter = { module = "org.mockito:mockito-junit-jupiter", version.ref = "mockito" }
49-
wiremock = { group = "org.wiremock", name = "wiremock-standalone", version = "3.13.1" }
49+
wiremock = { group = "org.wiremock", name = "wiremock-standalone", version = "3.13.2" }
5050
socks-proxy-server = { module = "com.github.bbottema:java-socks-proxy-server", version = "4.1.2" }
5151
littleproxy = { module = "io.github.littleproxy:littleproxy", version = "2.4.6" }
5252

0 commit comments

Comments
 (0)