From a97f88980e8a656e48cf2f03bf76b2cb4793b3a7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 7 Feb 2024 10:07:09 +0000 Subject: [PATCH] fix(deps): update dependency xyz.rogfam:littleproxy to v2.1.2 (#1243) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![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
LittleProxy/LittleProxy (xyz.rogfam:littleproxy) ### [`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 ([#​370](https://togithub.com/LittleProxy/LittleProxy/issues/370)) ([#​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 ([#​357](https://togithub.com/LittleProxy/LittleProxy/issues/357)) - Bump Selenium from 4.16.1 to 4.17.0 ([#​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**: https://github.com/LittleProxy/LittleProxy/compare/v2.1.1...v2.1.2
--- ### 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. --- - [ ] 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). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- gradle/libraries.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libraries.versions.toml b/gradle/libraries.versions.toml index 9a327fdc8..96a8b229d 100644 --- a/gradle/libraries.versions.toml +++ b/gradle/libraries.versions.toml @@ -47,7 +47,7 @@ mockito-junit-jupiter = { module = "org.mockito:mockito-junit-jupiter", version. wiremock = { group = "org.wiremock", name = "wiremock-standalone", version = "3.3.1" } test-arranger = { module = "com.ocadotechnology.gembus:test-arranger", version = "1.5.7.1" } socks-proxy-server = { module = "com.github.bbottema:java-socks-proxy-server", version = "3.0.0" } -littleproxy = { module = "xyz.rogfam:littleproxy", version = "2.1.1" } +littleproxy = { module = "xyz.rogfam:littleproxy", version = "2.1.2" } [bundles] retrofit2 = ["retrofit2-converter-jackson", "retrofit2-retrofit"]