Skip to content

Commit d938c32

Browse files
fix(deps): update dependency io.github.littleproxy:littleproxy to v2.4.6 (#1764)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [io.github.littleproxy:littleproxy](https://redirect.github.com/LittleProxy/LittleProxy) | `2.4.5` -> `2.4.6` | [![age](https://developer.mend.io/api/mc/badges/age/maven/io.github.littleproxy:littleproxy/2.4.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.github.littleproxy:littleproxy/2.4.5/2.4.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>LittleProxy/LittleProxy (io.github.littleproxy:littleproxy)</summary> ### [`v2.4.6`](https://redirect.github.com/LittleProxy/LittleProxy/releases/tag/v2.4.6) #### What's Changed - Bump netty.version from 4.2.5.Final to 4.2.6.Final by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;613](https://redirect.github.com/LittleProxy/LittleProxy/pull/613) - Bump netty.version from 4.2.6.Final to 4.2.7.Final by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;634](https://redirect.github.com/LittleProxy/LittleProxy/pull/634) - Bump org.apache.logging.log4j:log4j-core from 2.25.1 to 2.25.2 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;622](https://redirect.github.com/LittleProxy/LittleProxy/pull/622) - Bump org.seleniumhq.selenium:selenium-java from 4.35.0 to 4.36.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;631](https://redirect.github.com/LittleProxy/LittleProxy/pull/631) - Bump org.seleniumhq.selenium:selenium-java from 4.36.0 to 4.37.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;635](https://redirect.github.com/LittleProxy/LittleProxy/pull/635) - Bump org.seleniumhq.selenium:selenium-java from 4.37.0 to 4.38.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;636](https://redirect.github.com/LittleProxy/LittleProxy/pull/636) - remove most Guava usages by [@&#8203;asolntsev](https://redirect.github.com/asolntsev) in [#&#8203;627](https://redirect.github.com/LittleProxy/LittleProxy/pull/627) **Full Changelog**: <LittleProxy/LittleProxy@v2.4.5...v2.4.6> </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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTkuNCIsInVwZGF0ZWRJblZlciI6IjQxLjE1OS40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImRlcGVuZGVuY3kgdXBncmFkZSJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f004776 commit d938c32

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.1" }
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.4.5" }
51+
littleproxy = { module = "io.github.littleproxy:littleproxy", version = "2.4.6" }
5252

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

0 commit comments

Comments
 (0)