Skip to content

Commit 35ab839

Browse files
fix(deps): update dependency io.github.littleproxy:littleproxy to v2.6.0 (#1824)
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.5.0` → `2.6.0` | ![age](https://developer.mend.io/api/mc/badges/age/maven/io.github.littleproxy:littleproxy/2.6.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.github.littleproxy:littleproxy/2.5.0/2.6.0?slim=true) | --- ### Release Notes <details> <summary>LittleProxy/LittleProxy (io.github.littleproxy:littleproxy)</summary> ### [`v2.6.0`](https://redirect.github.com/LittleProxy/LittleProxy/releases/tag/v2.6.0) #### What's Changed - Activity tracker logging by [@&#8203;clescot](https://redirect.github.com/clescot) in [#&#8203;668](https://redirect.github.com/LittleProxy/LittleProxy/pull/668) - add explicit logging support with "activity\_log\_format" option (CLI and config file) supporting CLF, ELF, JSON, LTSV, CSV, SQUID, HAPROXY formats ([#&#8203;668](https://redirect.github.com/LittleProxy/LittleProxy/issues/668)) by Charles Lescot - move littleproxy.properties and log4j.xml in standard maven location by [@&#8203;clescot](https://redirect.github.com/clescot) in [#&#8203;667](https://redirect.github.com/LittleProxy/LittleProxy/pull/667) - fix LittleProxy is not starting with jdk higher than jdk 11. by [@&#8203;clescot](https://redirect.github.com/clescot) in [#&#8203;669](https://redirect.github.com/LittleProxy/LittleProxy/pull/669) - mockserver -> wiremock migration by [@&#8203;clescot](https://redirect.github.com/clescot) in [#&#8203;670](https://redirect.github.com/LittleProxy/LittleProxy/pull/670) **Full Changelog**: <LittleProxy/LittleProxy@v2.5.0...v2.6.0> </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:eyJjcmVhdGVkSW5WZXIiOiI0Mi45Mi4xIiwidXBkYXRlZEluVmVyIjoiNDIuOTIuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJkZXBlbmRlbmN5IHVwZ3JhZGUiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ab51575 commit 35ab839

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
@@ -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.5.0" }
51+
littleproxy = { module = "io.github.littleproxy:littleproxy", version = "2.6.0" }
5252

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

0 commit comments

Comments
 (0)