Skip to content

Commit 8720ec2

Browse files
fix(deps): update dependency io.github.littleproxy:littleproxy to v2.4.2 (#1622)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [io.github.littleproxy:littleproxy](https://redirect.github.com/LittleProxy/LittleProxy) | `2.4.1` -> `2.4.2` | [![age](https://developer.mend.io/api/mc/badges/age/maven/io.github.littleproxy:littleproxy/2.4.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/io.github.littleproxy:littleproxy/2.4.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/io.github.littleproxy:littleproxy/2.4.1/2.4.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.github.littleproxy:littleproxy/2.4.1/2.4.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>LittleProxy/LittleProxy (io.github.littleproxy:littleproxy)</summary> ### [`v2.4.2`](https://redirect.github.com/LittleProxy/LittleProxy/releases/tag/v2.4.2) #### What's Changed - fix memory leak in `ProxyToServerConnection` by [@&#8203;19150368930](https://redirect.github.com/19150368930) in [https://github.com/LittleProxy/LittleProxy/pull/573](https://redirect.github.com/LittleProxy/LittleProxy/pull/573) - Bump org.seleniumhq.selenium:selenium-java from 4.31.0 to 4.32.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [https://github.com/LittleProxy/LittleProxy/pull/576](https://redirect.github.com/LittleProxy/LittleProxy/pull/576) - Bump netty.version from 4.2.0.Final to 4.2.1.Final by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [https://github.com/LittleProxy/LittleProxy/pull/577](https://redirect.github.com/LittleProxy/LittleProxy/pull/577) - Bump com.fasterxml.jackson:jackson-bom from 2.18.3 to 2.19.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [https://github.com/LittleProxy/LittleProxy/pull/572](https://redirect.github.com/LittleProxy/LittleProxy/pull/572) #### New Contributors - [@&#8203;19150368930](https://redirect.github.com/19150368930) made their first contribution in [https://github.com/LittleProxy/LittleProxy/pull/573](https://redirect.github.com/LittleProxy/LittleProxy/pull/573) **Full Changelog**: LittleProxy/LittleProxy@v2.4.1...v2.4.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:eyJjcmVhdGVkSW5WZXIiOiI0MC43LjEiLCJ1cGRhdGVkSW5WZXIiOiI0MC43LjEiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsiZGVwZW5kZW5jeSB1cGdyYWRlIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7ef7d74 commit 8720ec2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/libraries.versions.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ mockito-junit-jupiter = { module = "org.mockito:mockito-junit-jupiter", version.
4949
wiremock = { group = "org.wiremock", name = "wiremock-standalone", version = "3.13.0" }
5050
test-arranger = { module = "com.ocadotechnology.gembus:test-arranger", version = "1.5.7.1" }
5151
socks-proxy-server = { module = "com.github.bbottema:java-socks-proxy-server", version = "4.1.2" }
52-
littleproxy = { module = "io.github.littleproxy:littleproxy", version = "2.4.1" }
52+
littleproxy = { module = "io.github.littleproxy:littleproxy", version = "2.4.2" }
5353

5454
[bundles]
5555
retrofit2 = ["retrofit2-converter-jackson", "retrofit2-retrofit"]

0 commit comments

Comments
 (0)