Skip to content

Commit e1c8e53

Browse files
fix(deps): update dependency org.wiremock:wiremock-standalone to v3.5.2 (#1281)
[![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.5.1` -> `3.5.2` | [![age](https://developer.mend.io/api/mc/badges/age/maven/org.wiremock:wiremock-standalone/3.5.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/org.wiremock:wiremock-standalone/3.5.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/org.wiremock:wiremock-standalone/3.5.1/3.5.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.wiremock:wiremock-standalone/3.5.1/3.5.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>wiremock/wiremock (org.wiremock:wiremock-standalone)</summary> ### [`v3.5.2`](https://togithub.com/wiremock/wiremock/releases/tag/3.5.2) [Compare Source](https://togithub.com/wiremock/wiremock/compare/3.5.1...3.5.2) 3.5.0 and 3.5.1 have a problem with their POM files, meaning Maven fails to properly load all of the transitive dependencies. This release is primarily to fix this issue. #### 🐛 Bug fixes - Fix publications by excluding testFixturesApi components ([#&#8203;2661](https://togithub.com/wiremock/wiremock/issues/2661)) [@&#8203;reta](https://togithub.com/reta) #### 📦 Dependency updates - Bump commons-io:commons-io from 2.15.1 to 2.16.0 ([#&#8203;2656](https://togithub.com/wiremock/wiremock/issues/2656)) [@&#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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjkuMiIsInVwZGF0ZWRJblZlciI6IjM3LjI2OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fd3b664 commit e1c8e53

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

0 commit comments

Comments
 (0)