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

Commit 30bd672

Browse files
authored
Merge pull request #329 from browserup/dependabot/gradle/xyz.rogfam-littleproxy-2.0.1
Bump littleproxy from 2.0.0-beta-5 to 2.0.1
2 parents 6de9adf + 37b4754 commit 30bd672

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)