Skip to content

Commit

Permalink
fix(deps): update dependency xyz.rogfam:littleproxy to v2.1.2 (#1243)
Browse files Browse the repository at this point in the history
[![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>
  • Loading branch information
renovate[bot] authored Feb 7, 2024
1 parent aeb6b06 commit a97f889
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libraries.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit a97f889

Please sign in to comment.