Skip to content

Commit c488f91

Browse files
authored
Replace dependency xyz.rogfam:littleproxy with io.github.littleproxy:littleproxy 2.4.0 (#1605)
renovate throws error to replace `xyz.rogfam:littleproxy` with `io.github.littleproxy:littleproxy 2.4.0`. This change fixes it manually. (See `warn` as log level in https://developer.mend.io/github/line/line-bot-sdk-java/-/job/b6c1fbc6-2bf4-495b-b3de-ff41ea0eaabb)
1 parent 193caf0 commit c488f91

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
@@ -49,7 +49,7 @@ mockito-junit-jupiter = { module = "org.mockito:mockito-junit-jupiter", version.
4949
wiremock = { group = "org.wiremock", name = "wiremock-standalone", version = "3.12.1" }
5050
test-arranger = { module = "com.ocadotechnology.gembus:test-arranger", version = "1.5.7.1" }
5151
socks-proxy-server = { module = "com.github.bbottema:java-socks-proxy-server", version = "4.1.2" }
52-
littleproxy = { module = "xyz.rogfam:littleproxy", version = "2.2.0" }
52+
littleproxy = { module = "io.github.littleproxy:littleproxy", version = "2.4.0" }
5353

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

0 commit comments

Comments
 (0)