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

Commit 4f86b9a

Browse files
authored
Merge pull request #177 from browserup/dependabot/gradle/io.netty-netty-all-4.1.42.Final
Bump netty-all from 4.1.41.Final to 4.1.42.Final
2 parents 377f712 + 441f4f7 commit 4f86b9a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

browserup-proxy-core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ dependencies {
6969
exclude(module: 'netty')
7070
}
7171
implementation 'dnsjava:dnsjava:2.1.9'
72-
implementation 'io.netty:netty-all:4.1.41.Final'
72+
implementation 'io.netty:netty-all:4.1.42.Final'
7373
implementation 'org.bouncycastle:bcpkix-jdk15on:1.63'
7474
implementation 'org.bouncycastle:bcprov-jdk15on:1.63'
7575
implementation 'org.brotli:dec:0.1.2'

browserup-proxy-mitm/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ dependencies {
6262
implementation 'org.bouncycastle:bcpkix-jdk15on:1.63'
6363
implementation 'org.bouncycastle:bcprov-jdk15on:1.63'
6464

65-
implementation 'io.netty:netty-all:4.1.41.Final'
65+
implementation 'io.netty:netty-all:4.1.42.Final'
6666
implementation "org.slf4j:jcl-over-slf4j:${slf4jVersion}"
6767
implementation "org.slf4j:slf4j-api:${slf4jVersion}"
6868
implementation 'xyz.rogfam:littleproxy:2.0.0-beta-3'

browserup-proxy-rest/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ dependencies {
6969
implementation 'com.google.inject.extensions:guice-servlet:4.2.2'
7070
implementation 'com.google.inject.extensions:guice-multibindings:4.2.2'
7171
implementation 'com.google.sitebricks:sitebricks:0.8.11'
72-
implementation 'io.netty:netty-all:4.1.41.Final'
72+
implementation 'io.netty:netty-all:4.1.42.Final'
7373
implementation 'net.sf.jopt-simple:jopt-simple:5.0.4'
7474
implementation "org.eclipse.jetty:jetty-server:${jettyVersion}"
7575
implementation "org.eclipse.jetty:jetty-servlet:${jettyVersion}"

0 commit comments

Comments
 (0)