Skip to content

Commit 2ad5f82

Browse files
fix(deps): update dependency io.github.littleproxy:littleproxy to v2.7.0 (#1877)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [io.github.littleproxy:littleproxy](https://redirect.github.com/LittleProxy/LittleProxy) | `2.6.0` → `2.7.0` | ![age](https://developer.mend.io/api/mc/badges/age/maven/io.github.littleproxy:littleproxy/2.7.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.github.littleproxy:littleproxy/2.6.0/2.7.0?slim=true) | --- ### Release Notes <details> <summary>LittleProxy/LittleProxy (io.github.littleproxy:littleproxy)</summary> ### [`v2.7.0`](https://redirect.github.com/LittleProxy/LittleProxy/releases/tag/v2.7.0) #### What's Changed - Fix issue 680 generated jks and cert at root by [@&#8203;clescot](https://redirect.github.com/clescot) in [#&#8203;681](https://redirect.github.com/LittleProxy/LittleProxy/pull/681) - migration to log4j2 and async logging available by [@&#8203;clescot](https://redirect.github.com/clescot) in [#&#8203;684](https://redirect.github.com/LittleProxy/LittleProxy/pull/684) - 464 little proxy authentication bug by [@&#8203;clescot](https://redirect.github.com/clescot) in [#&#8203;691](https://redirect.github.com/LittleProxy/LittleProxy/pull/691) - Fix slow resolution of hostname by [@&#8203;asolntsev](https://redirect.github.com/asolntsev) in [#&#8203;698](https://redirect.github.com/LittleProxy/LittleProxy/pull/698) - Client to proxy connection.timed out bug by [@&#8203;clescot](https://redirect.github.com/clescot) in [#&#8203;699](https://redirect.github.com/LittleProxy/LittleProxy/pull/699) - 3 - Enhance ActivityTracker interface with new lifecycle methods by [@&#8203;clescot](https://redirect.github.com/clescot) in [#&#8203;708](https://redirect.github.com/LittleProxy/LittleProxy/pull/708) - add unit test demonstrating how to do "internal redirect" ([#&#8203;68](https://redirect.github.com/LittleProxy/LittleProxy/issues/68)) by [@&#8203;clescot](https://redirect.github.com/clescot) in [#&#8203;718](https://redirect.github.com/LittleProxy/LittleProxy/pull/718) - Fix WebSocket proxying and add frame observation hook by [@&#8203;asolntsev](https://redirect.github.com/asolntsev) in [#&#8203;736](https://redirect.github.com/LittleProxy/LittleProxy/pull/736) **Full Changelog**: <LittleProxy/LittleProxy@v2.6.0...v2.7.0> </details> --- ### Configuration 📅 **Schedule**: (in timezone Asia/Tokyo) - 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMTAuMiIsInVwZGF0ZWRJblZlciI6IjQzLjExMC4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImRlcGVuZGVuY3kgdXBncmFkZSJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f4a0ce7 commit 2ad5f82

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gradle/libraries.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ mockito-core = { module = "org.mockito:mockito-core", version.ref = "mockito" }
4848
mockito-junit-jupiter = { module = "org.mockito:mockito-junit-jupiter", version.ref = "mockito" }
4949
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" }
51-
littleproxy = { module = "io.github.littleproxy:littleproxy", version = "2.6.0" }
51+
littleproxy = { module = "io.github.littleproxy:littleproxy", version = "2.7.0" }
5252

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

0 commit comments

Comments
 (0)