Skip to content

Commit

Permalink
fix(deps): update dependency org.wiremock:wiremock-standalone to v3.4…
Browse files Browse the repository at this point in the history
….2 (#1257)

[![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.4.1` -> `3.4.2`
|
[![age](https://developer.mend.io/api/mc/badges/age/maven/org.wiremock:wiremock-standalone/3.4.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/org.wiremock:wiremock-standalone/3.4.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/org.wiremock:wiremock-standalone/3.4.1/3.4.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.wiremock:wiremock-standalone/3.4.1/3.4.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>wiremock/wiremock (org.wiremock:wiremock-standalone)</summary>

###
[`v3.4.2`](https://togithub.com/wiremock/wiremock/releases/tag/3.4.2)

[Compare
Source](https://togithub.com/wiremock/wiremock/compare/3.4.1...3.4.2)

<!-- Optional: add a release summary here -->

#### 🐛 Bug fixes

- Fixed xPath concurrency issues
([#&#8203;2618](https://togithub.com/wiremock/wiremock/issues/2618))
[@&#8203;BublG](https://togithub.com/BublG)
- Request matching performance regression
([#&#8203;2619](https://togithub.com/wiremock/wiremock/issues/2619))
[@&#8203;tomakehurst](https://togithub.com/tomakehurst)

#### 📦 Dependency updates

- Bump com.networknt:json-schema-validator from 1.3.2 to 1.3.3
([#&#8203;2615](https://togithub.com/wiremock/wiremock/issues/2615))
[@&#8203;dependabot](https://togithub.com/dependabot)
- Bump org.scala-lang:scala-library from 2.13.12 to 2.13.13
([#&#8203;2617](https://togithub.com/wiremock/wiremock/issues/2617))
[@&#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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMDAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjIwMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 23, 2024
1 parent 0c0eaf1 commit f63470a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libraries.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ junit-jupiter-engine = { module = "org.junit.jupiter:junit-jupiter-engine", vers
jsonassert = { module = "org.skyscreamer:jsonassert", version = "1.5.1" }
mockito-core = { module = "org.mockito:mockito-core", version.ref = "mockito" }
mockito-junit-jupiter = { module = "org.mockito:mockito-junit-jupiter", version.ref = "mockito" }
wiremock = { group = "org.wiremock", name = "wiremock-standalone", version = "3.4.1" }
wiremock = { group = "org.wiremock", name = "wiremock-standalone", version = "3.4.2" }
test-arranger = { module = "com.ocadotechnology.gembus:test-arranger", version = "1.5.7.1" }
socks-proxy-server = { module = "com.github.bbottema:java-socks-proxy-server", version = "3.0.0" }
littleproxy = { module = "xyz.rogfam:littleproxy", version = "2.2.0" }
Expand Down

0 comments on commit f63470a

Please sign in to comment.