Skip to content

Commit a75b6c3

Browse files
fix(deps): update dependency com.github.bbottema:java-socks-proxy-server to v3 (#1216)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.github.bbottema:java-socks-proxy-server](https://togithub.com/bbottema/java-socks-proxy-server) | `2.0.0` -> `3.0.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/com.github.bbottema:java-socks-proxy-server/3.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.github.bbottema:java-socks-proxy-server/3.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/com.github.bbottema:java-socks-proxy-server/2.0.0/3.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.github.bbottema:java-socks-proxy-server/2.0.0/3.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>bbottema/java-socks-proxy-server (com.github.bbottema:java-socks-proxy-server)</summary> ### [`v3.0.0`](https://togithub.com/bbottema/java-socks-proxy-server/compare/2.0.0...3.0.0) [Compare Source](https://togithub.com/bbottema/java-socks-proxy-server/compare/2.0.0...3.0.0) </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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMzUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEzNS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2345029 commit a75b6c3

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
@@ -46,7 +46,7 @@ mockito-core = { module = "org.mockito:mockito-core", version.ref = "mockito" }
4646
mockito-junit-jupiter = { module = "org.mockito:mockito-junit-jupiter", version.ref = "mockito" }
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" }
49-
socks-proxy-server = { module = "com.github.bbottema:java-socks-proxy-server", version = "2.0.0" }
49+
socks-proxy-server = { module = "com.github.bbottema:java-socks-proxy-server", version = "3.0.0" }
5050
littleproxy = { module = "xyz.rogfam:littleproxy", version = "2.1.1" }
5151

5252
[bundles]

0 commit comments

Comments
 (0)