Skip to content

Commit a97f889

Browse files
fix(deps): update dependency xyz.rogfam:littleproxy to v2.1.2 (#1243)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [xyz.rogfam:littleproxy](https://togithub.com/LittleProxy/LittleProxy) | `2.1.1` -> `2.1.2` | [![age](https://developer.mend.io/api/mc/badges/age/maven/xyz.rogfam:littleproxy/2.1.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/xyz.rogfam:littleproxy/2.1.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/xyz.rogfam:littleproxy/2.1.1/2.1.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/xyz.rogfam:littleproxy/2.1.1/2.1.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>LittleProxy/LittleProxy (xyz.rogfam:littleproxy)</summary> ### [`v2.1.2`](https://togithub.com/LittleProxy/LittleProxy/releases/tag/v2.1.2): 2.1.2 (07.02.2024) #### What's Changed - Refactoring & code cleanup & setup IDEA inspections ([#&#8203;370](https://togithub.com/LittleProxy/LittleProxy/issues/370)) ([#&#8203;371](https://togithub.com/LittleProxy/LittleProxy/issues/371)) - Bump Netty from 4.1.103.Final to 4.1.106.Final - Bump slf4j from 2.0.9 to 2.0.12 - Bump log4j from 2.22.0 to 2.22.1 ([#&#8203;357](https://togithub.com/LittleProxy/LittleProxy/issues/357)) - Bump Selenium from 4.16.1 to 4.17.0 ([#&#8203;367](https://togithub.com/LittleProxy/LittleProxy/issues/367)) - Bump Guava from 32.1.3-jre to 33.0.0-jre See https://github.com/LittleProxy/LittleProxy/milestone/30?closed=1 **Full Changelog**: LittleProxy/LittleProxy@v2.1.1...v2.1.2 </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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE3My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent aeb6b06 commit a97f889

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
@@ -47,7 +47,7 @@ mockito-junit-jupiter = { module = "org.mockito:mockito-junit-jupiter", version.
4747
wiremock = { group = "org.wiremock", name = "wiremock-standalone", version = "3.3.1" }
4848
test-arranger = { module = "com.ocadotechnology.gembus:test-arranger", version = "1.5.7.1" }
4949
socks-proxy-server = { module = "com.github.bbottema:java-socks-proxy-server", version = "3.0.0" }
50-
littleproxy = { module = "xyz.rogfam:littleproxy", version = "2.1.1" }
50+
littleproxy = { module = "xyz.rogfam:littleproxy", version = "2.1.2" }
5151

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

0 commit comments

Comments
 (0)