Skip to content
This repository was archived by the owner on Jun 11, 2024. It is now read-only.

Commit 37b4754

Browse files
Bump littleproxy from 2.0.0-beta-5 to 2.0.1
Bumps [littleproxy](https://github.com/mrog/LittleProxy) from 2.0.0-beta-5 to 2.0.1. - [Release notes](https://github.com/mrog/LittleProxy/releases) - [Changelog](https://github.com/mrog/LittleProxy/blob/master/RELEASE_NOTES.md) - [Commits](mrog/LittleProxy@2.0.0-beta-5...littleproxy-2.0.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 243e6ae commit 37b4754

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

browserup-proxy-core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ uploadArchives {
5858

5959
dependencies {
6060
api "io.netty:netty-codec:${nettyVersion}"
61-
api('xyz.rogfam:littleproxy:2.0.0-beta-5') {
61+
api('xyz.rogfam:littleproxy:2.0.1') {
6262
exclude(group: 'io.netty', module: 'netty-all')
6363
}
6464

browserup-proxy-mitm/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ dependencies {
6666
implementation "io.netty:netty-codec:${nettyVersion}"
6767
implementation "org.slf4j:jcl-over-slf4j:${slf4jVersion}"
6868
implementation "org.slf4j:slf4j-api:${slf4jVersion}"
69-
implementation('xyz.rogfam:littleproxy:2.0.0-beta-5') {
69+
implementation('xyz.rogfam:littleproxy:2.0.1') {
7070
exclude(group: 'io.netty', module: 'netty-all')
7171
}
7272

0 commit comments

Comments
 (0)